Boost logo

Boost :

Subject: Re: [boost] [release] How do you make a library update official?
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2013-08-23 07:16:48


Le 23/08/13 10:21, Daryle Walker a écrit :
>> From: zeratul976_at_[hidden]
>> Date: Thu, 22 Aug 2013 05:09:56 +0000
>>
>>> I know we have a "release" branch, but I'm not sure that's still being used.
>> It was used for the 1.54 release (and releases before that).
>>
>> I'm not sure whether it will be used for 1.55. There was talk
>> of having switched to git by then, but I'm not sure whether
>> that is still the plan.
> So I can do a SVN-merge into the "release" branch now and that'll still work. Now I have to look up how to merge....
>
> Daryle W.
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>
Move to the release directory and do

cd boost/your_lib
svn merge "^trunk/boost/your_lib"

cd ../../libs/your_lib
svn merge "^trunk/libs/your_lib"

This should merge all the modifications of your_lib from trunk.

Best,
Vicente


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