
Le 23/08/13 10:21, Daryle Walker a écrit :
From: zeratul976@hotmail.com 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