info-cvs
[Top][All Lists]
Advanced

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

Re: Best method to replace a branch's code


From: Larry Jones
Subject: Re: Best method to replace a branch's code
Date: Tue, 13 Apr 2004 14:12:15 -0400 (EDT)

Euan Guttridge writes:
> 
> Is there a difference between the below? Thanks
> 
> a) 
> cvs co module1
> cvs up -rHEAD -jHEAD -jbranchB module1
> 
> b)
> cvs co -jbranchB module1

Yes.  The first (which is equivalent to cvs co -jHEAD -jbranchB module1)
undoes any changes between the branch point and the head of the trunk,
the second does not.

-Larry Jones

It doesn't have a moral, does it?  I hate being told how to live my life.
-- Calvin




reply via email to

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