Dennis Jones wrote:
>
>I have a branch that I want to re-create from the main trunk.  Would 
it be
>best to destroy the old branch or merge the changes from the main 
trunk onto
>the branch?  If the latter is best, how is that done? (I know you can 
merge
>changes from a branch onto the main trunk, but am unsure if you can 
go the
>other way)
>

This should work:

cvs tag -b new-branch-tag
cvs update -r new-branch-tag
cvs update -j old-branch-tag

-- 
Stephen Rasku                   E-mail: [EMAIL PROTECTED]
Senior Software Engineer        Phone:  (604) 872-6676
TGI Technologies                Web:    http://www.tgivan.com/

Reply via email to