Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.6.x
-
None
Description
Deletion of file in a new directory when merging multiple revisions is failing in special cases. Following situation svn add xxx/trunk/testdir svn add xxx/trunk/testdir/myfile1 svn add xxx/trunk/testdir/myfile2 svn commit #results in revision x rm xxx/trunk/testdir/myfile1 svn commit #results in revision y when I now merge in revision x and y in come command svn merge -c x,y ... svn commit the file xxx/trunk/testdir/myfile1 is still part of the branche I have merged the revision into. mergeinfo is showing revision x and y, but definitely changes of revision y are not properly merged
Original issue reported by famousit100