Boost logo

Boost :

Subject: Re: [boost] [release] How do you make a library update official?
From: Daniel James (daniel_at_[hidden])
Date: 2013-08-23 07:52:37


On Fri, 23 Aug 2013, at 01:16 PM, Vicente J. Botet Escriba wrote:
> >
> Move to the release directory and do
>
> cd boost/your_lib
> svn merge "^trunk/boost/your_lib"

That should be:

     svn merge "^/trunk/boost/your_lib"

But it probably won't work in this case, as earlier changes won't be
marked as merged, so it will try to merge them as well.

The easiest thing to do is probably to specify the revisions to merge.
At the root of a release checkout:

    svn merge -c85417 -c85418 "^/trunk/"


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