Bert Huijben created SVN-4666:
---------------------------------

             Summary: svnmucc fails to delete directories that contain just 
deletes
                 Key: SVN-4666
                 URL: https://issues.apache.org/jira/browse/SVN-4666
             Project: Subversion
          Issue Type: Sub-task
            Reporter: Bert Huijben
            Priority: Minor


The following scenario fails:

svnmucc \
  mv dev/lucy/rc/tarball.tar.gz release/lucy/tarball.tar.gz \
  rm dev/lucy/rc

Note that with the current backend, the commit behavior isĀ identical to

svnmucc \
  cp dev/lucy/rc/tarball.tar.gz release/lucy/tarball.tar.gz \
  rm dev/lucy/rc

which does work.

svnmucc should be updated to allow the move operation to be used as expected by 
users. This should prepare us for theĀ situation where our network protocol and 
filesystem layers are updated to really support moves.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to