info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WinCVS rollback file version


From: Laine Stump
Subject: Re: WinCVS rollback file version
Date: 08 Feb 2001 20:24:03 -0500
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

"David Wen" <address@hidden> writes:

> Hi there,
> I know how to use shell command to rollback a file version, but how could I
> use WinCVS to do so?
> 
> Anyone could give me a hint that'll be very helpful.

Here's a favorite hint of CVS users: Don't. It's much cleaner to get a
"backwards diff" (eg cvs diff -r1.3 -r1.2 file.c) of the rev change
you want to revert, apply it to the file in a clean workdir, and
commit the change. This will eliminate problems due to other people
having outstanding changes to their local copy of the file, as well as
getting around the possibility that something else may have been
committed *after* the change you want to revert.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]