On Sun, 2002-10-27 at 00:13, [EMAIL PROTECTED] wrote: > I have performed a vendor-barnch import. I have started the merging > procedure, and half way to this I want to "revert" (undo) the whole > import thing. Before doing the import I have tagged my tree with, say, > T1. How can I do it?
1. Smart thing, to tag before doing the import. :) 2. I know this is one way to revert to a tagged point, I'm sure there are others. This is taken from info:cvs#Merging_two_revisions cvs update -j (current revision) -j (old revision) filename (yes, this is icky for bulk reversions. You could tag the 'now' point, then do cvs update -j nowtag -j thentag over the whole sandbox.) You can find other solutions at: http://cvsbook.red-bean.com/cvsbook.html#Examining_And_Reverting_Changes Jenn V. -- "Do you ever wonder if there's a whole section of geek culture you miss out on by being a geek?" - Dancer. [EMAIL PROTECTED] http://anthill.echidna.id.au/~jenn/ _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
