Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-4579 svnmucc fails to process certain deletes
  3. SVN-4666

svnmucc fails to delete directories that contain just deletes

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • libsvn_client, svnmucc
    • None

    Description

      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.

      Attachments

        Activity

          People

            rhuijben Bert Huijben
            rhuijben Bert Huijben
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: