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.