info-cvs
[Top][All Lists]
Advanced

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

Re: Rollback


From: Matt Riechers
Subject: Re: Rollback
Date: Mon, 10 Sep 2001 12:17:54 -0400

Cornellious Mann wrote:
> 
> Is there a concept of rollback in CVS? What is the
> best practice for removing a change that is checked
> in, but is not a good change?  Thanks.

cvs update -rgood_rev -p file >file.good_rev
rm file
mv file.good_rev file
cvs ci -m "reverted to good_rev" file

-Matt



reply via email to

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