Mike Castle wrote:
> 
> Since there is a race condition where someone coudl check in a file on the
> branch after you did the merge but before you tagged, I would recommend not
> trying to use rtag anyway.
> 
> Instead, check out the branch  you want to merge, tag there, then do the
> merge.

Seems to me Trevor could do the rtag first, then the merge.

    $ cvs rtag -rbranch MERGE_ATTEMPT
    $ cvs checkout -jbranch_LAST_MERGE -jMERGE_ATTEMPT module
    ... cd module, fix conflicts ...
    $ cvs commit
    $ cvs tag -F -rMERGE_ATTEMPT branch_LAST_MERGE
    $ cvs tag -d MERGE_ATTEMPT

-- 
Pierre Asselin
Westminster, Colorado


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to