[Python-Dev] cvs for dummies

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Sat, 13 May 2000 17:28:02 +0200


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?

(in this case, one file ended up with neat little <<<<<<< and
>>>>>> marks in it...  several weeks and about a dozen CVS
updates after I'd touched it...)

</F>