Issue #3036 -- svn_client_merge3() and merge tracking
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-11-30 19:09:25 CET
Currently, svn_client_merge3() has some ... issues.
Our merge tracking logic requires that the two "sides" of the merge source
svn_client_merge3() presumes to determine whether or not this is true like so:
if (strcmp(URL1, URL2) == 0)
Clearly, in the face of renames, this check is ... underpowered.
There are two routes we can take here.
1. Teach svn_client_merge3() to do real relatedness checks, and upon
2. We could simply say that svn_client_merge3() does not support merge
I mostly completed Option #1 yesterday (see patch attached to issue #3036),
I wanna solicit some opinions from others though before going the route of
-- C. Michael Pilato <cmpilato@collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand
|
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.