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: Wed, 24 Mar 2004 11:56:57 -0500 (EST)

Derek Robert Price writes:
> 
> cvs up -jbranchA -jbranchB -rbranchA project

Isn't that just a long way of doing:

        cvs up -rbranchA -jbranchB project

That was my first thought, but it still may require a bit of manual
intervention.  For example, that won't delete files that exist on
branchA that have never existed on branchB and you'll get conflicts for
files that were independently created on both branches.  It is a good
start, though, and may do the whole job if you're lucky.

-Larry Jones

My dreams are getting way too literal. -- Calvin




reply via email to

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