RE: Re: Path not found on merge
From: Gavin Lambert <colnet_at_mirality.co.nz>
Date: Mon, 6 Apr 2015 21:22:35 -0700 (PDT)
On 7/04/2015 14:50, Ben Fritz wrote:
The automatic merging gets completely confused when you are trying to merge sibling or unrelated branches instead of direct parent/child relationships.
I believe this is because of the way that SVN branches are paths and the mergeinfo is stored by path in the properties.
So in the above sequence, step 6 has issues because branchA is neither one of the ancestors of branchB nor does it contain previous merges from branchB.
In Git it wouldn't be a problem because branches are just refs, so in step 5 you are creating two aliases for exactly the same thing. In SVN however in step 5 you are copying trunk to another path in revision 126, and this new copy is not the same as trunk itself (eg. it will have different mergeinfo).
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.