Issue 3247 "merge doesn't honour specified source"
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 18 Mar 2013 19:26:47 +0000
This is one of the issues blocking 1.8. I don't really understand the
svnadmin create repo
Now merge the change back to the original branch:
svn co file://`pwd`/repo/A wc
that works and modifies wc/B/f and records the merge. Then reverse merge
svn merge -c-3 ^/A2 wc
and the change is undo leaving a pristine working copy. That all
However a reverse merge alone does nothing (call this case A):
svn co file://`pwd`/repo/A wc
The notifications say:
--- Recording mergeinfo for reverse merge of r3 into 'wc':
and overall there are no changes in the working copy. I don't really
Next consider merging the wrong URL:
svn co file://`pwd`/repo/A wc
that gives a tree-conflict on wc/f. The cherry-pick merge doesn't check
Now try the reverse merge alone (call this case B):
svn co file://`pwd`/repo/A wc
Again the notifications say:
--- Recording mergeinfo for reverse merge of r3 into 'wc':
and overall there are no changes in the working copy. If this merge
I'm not sure why cases A and B don't attempt to merge changes. Can
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-03-18 20:27:34 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.