Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.6.x
-
None
-
Linux
Description
Assume you have a badDirectory that contains tree conflicts that ordinarily halts a svn merge because of tree conflicts. You have the bright idea (born from desperation) that you could kill the badDirectory in source and destination. But no, it still chokes subversion on the next merge. Steps to reproduce... 1) svn rm https://svn/repo/trunk/badDirectory -m "kill bad thing" 2) svn rm https://svn/repo/branches/branch1/badDirectory -m "kill bad thing" 3) svn co https://svn/repo/branches/branch1 4) cd branch1 5) svn merge 1) svn merge https://svn/repo/trunk . svn: Attempt to add tree conflict that already exists at 'badDirectory' svn: Error reading spooled REPORT request response This with a self-built 1.6.x-r38000 from yesterday afternoon. I did a search for look-alike issues, but could not see one, hence raising this issue.