Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
all
-
None
Description
Using svnmucc: svnadmin create repo svn mkdir -mm $URL/dir1 $URL/dir2 svnmucc -mm cp 1 $URL/dir1 $URL/dir2 the svnmucc cp command will fail over ra_local and ra_svn because dir2 already exists, but will succeed over ra_neon and ra_serf because mod_dav does a delete/add automatically.