info-cvs
[Top][All Lists]
Advanced

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

Re: Reverting a vendor-branch import


From: Jenn Vesperman
Subject: Re: Reverting a vendor-branch import
Date: 28 Oct 2002 12:49:59 +1100

On Sun, 2002-10-27 at 00:13, address@hidden 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.

address@hidden     http://anthill.echidna.id.au/~jenn/






reply via email to

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