info-cvs
[Top][All Lists]
Advanced

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

RE: Rolling back to a previous revision per module


From: Jerry Nairn
Subject: RE: Rolling back to a previous revision per module
Date: Tue, 18 Dec 2001 15:39:03 -0800

One has to wonder why you're using a version control system at all when you
can consider doing things like this.
Anyway, you can do something like this:

cvs rtag -D "11/15" PreScruUp module
cvs rtag -D "now" PostScruUp module
cvs co -d foo module
cvs up -j PostScruUp -j PreScruUp foo
cvs ci foo

Jerry

> From: Nate Haggard [mailto:address@hidden
> Sent: Tuesday, November 20, 2001 4:22 PM

> So the question is:  How do I move a module back to a 
> previous date and 
> begin working on it as if I hadn't made any changes.  I want 
> to change the 
> current working version and discard all the information that 
> might come 
> after it.



reply via email to

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