Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-08-24 15:26:57


Janusz Piwowarski <jpiw_at_[hidden]> writes:

> On Sunday, August 24, 2003, 7:15:11 AM, Daryle Walker wrote:
>
>> I have a "CVS Quick Reference Card" lying around, and the entries for
>> "checkout" and "update" have a sub-option "-j REV" that says "Merge in
>> changes". That can't fuse one branch into another? (I wouldn't want
>> to potentially hose our CVS experimenting with this. Any experts out
>> there that know what this sub-option does?)
>
> You're right, -j option with update command can merge changes between
> branches. It works ok, marks places changed in both branches with
> standard cvs markers >>>> and <<<<.

That doesn't mean you can use it to correctly and automatically merge
RC_1_30_0 into the trunk, because many cross-merges have already been
made and there is no marker on the RC_1_30_0 branch to use with the
first -j option.

I don't know why anyone would want to try to make this simple change
to the index page into a project which potentially touches every
single file in the repository, anyway.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk