Merging with subversion 1.4

See: http://svnbook.red-bean.com/en/1.4/svn.branchmerge.commonuses.html

svn log -v --stop-on-copy http://svn.example.com/repos/calc/branches/my-calc-branch

svn up

svn merge -r 341:405 http://svn.example.com/repos/calc/trunk

svn commit -m "svn merge -r 341:405 http://svn.example.com/repos/calc/trunk"

Tip: When next merging trunk to your branch merge from the next revision after your last merge to the latest rev. Eg, in the above case it would be svn merge -r 406:420


CategorySubversion

SubversionMerge (last edited 2009-08-17 08:27:49 by DavidKeen)