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:[EMAIL PROTECTED]] > 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. _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
