Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-876

svn revert of svn move

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • 1.8.0
    • libsvn_wc
    • None

    Description

      Since we have a svn move command which performs a svn cp and a svn
      rm, then it should only require one svn revert and no rm's to revert the
      cp.  Right now I have to do this:
      
      svn mv hot-backup.py hot-backup-db.py
      svn revert hot-backup.py
      svn revert hot-backup-db.py
      rm hot-backup-db.py
      
      This isn't clean and doesn't match the concept of a mv.
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              blair Blair Zajac
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: