Hello, Kelvin!

> I wonder if cvs update has an OVERRIDE option since
> it's quite often that I need to cvs update from
> repository to get a complete clean copy regardless of
> whether it's modified locally or there is a conflict
> between versions.  Also it's impossible that I delete
> each local file first since I have a lot of local
> files that are not in the CVS (they are temp files). 
> How do I do?  

"cvs update -C" is probably what you need. This option is only available
in the later versions of CVS (1.10.8). It needs to be supported both on
the client and on the server side.

Regards,
Pavel Roskin

Reply via email to