Re: Branch causes missing revs and errors merging
From: Frodak Baksik <frodak17_at_gmail.com>
Date: 2007-02-15 15:58:26 CET
Anyways, in regards to your original question about branching and
1) Check out the trunk
2) Look at the log for whats changed on the branch
$ svn log file:///svn/repo/branch/b2 -v --stop-on-copy
More b2 branch changes.
Branch from trunk v3 with mods
Note: In the log of r17 the line:
This indicates I need to start the merge from revision 3, not from revision 16.
3) perform the merge
$ svn merge -r16:18 file:///svn/repo/branch/b2 .
You can't use r16 because nothing about the b2 branch existed in revision 16.
:-)
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.