[Python-Dev] cvs for dummies

Greg Stein gstein@lyra.org
Sun, 14 May 2000 21:08:33 -0700 (PDT)


On Sat, 13 May 2000, Fredrik Lundh wrote:
> Fred L. Drake, Jr. wrote:
> > Fredrik Lundh writes:
> >  > what's the best way to make sure that a "cvs update" really brings
> >  > everything up to date, even if you've accidentally changed some-
> >  > thing in your local workspace?
> > 
> >   Delete the file(s) that got changed and cvs update again.
> 
> okay, what's the best way to get a list of locally changed files?

I use the following:

% cvs stat | fgrep Local


Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/