info-cvs
[Top][All Lists]
Advanced

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

Re: Advice regarding Branches


From: Pierre Asselin
Subject: Re: Advice regarding Branches
Date: Wed, 5 Jan 2005 22:53:43 +0000 (UTC)
User-agent: tin/1.6.1-20030810 ("Mingulay") (UNIX) (NetBSD/2.0 (i386))

jeetu mahtani <address@hidden> wrote:

> We have several developers working on various branches. One of the
> developers is done with his fixes so I merged his branch into the Main
> trunk. Now the other developers who are working on their respective
> Branches need to also get these fixes.

Why ?  Why can't they finish their branch and merge them too ?
Why are they working on branches if they don't need to isolate themselves
from the trunk ?


> How do I make this Merge so the
> various developers are up to date with Main trunk updates?
> Thanks.

Start new branches up the trunk and merge the old branches into them.

    cvs commit                  # to oldbranch
    cvs update -A
    cvs tag newbranch_bp
    cvs tag -b newbranch
    cvs update -r newbranch
    cvs update -j oldbranch_bp -j oldbranch
    cvs commit

but I repeat:  something's fishy with your approach.

-- 
pa at panix dot com


reply via email to

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