
23 Aug
2013
23 Aug
'13
11:52 a.m.
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/"