What's the difference between following?
If you want to undo all changes you made in a file since the last update you need to select the file, right click to pop up the context menu and then select the command TortoiseSVN → Revert A dialog will pop up showing you the files that you've changed and can revert.
Right click on the selected revision(s), then select Context Menu → Revert changes from this revision. Or if you want to make an earlier revision the new HEAD revision, right click on the selected revision, then select Context Menu → Revert to this revision. This will discard all changes after the selected revision.
If you want more control over the update process, you should use TortoiseSVN → Update to Revision... instead. This allows you to update your working copy to a specific revision, not only to the most recent one.
Reverts any local changes to a file or directory and resolves any conflicted states. svn revert will not only revert the contents of an item in your working copy, but also any property changes.
Your project folder is updated to the revision XXX. After that update, your working copy is not at the latest revision anymore and you can not commit any changes you make. If you want to commit, you have to update your working copy again to HEAD. Which means you can't use this option to undo changes you've already committed but only to get a good look at an earlier time of your working copy. So: use this only to look, not to work.
All changes made up to the right-clicked revision are reverted (undo all from HEAD to rev). The changes are only done in your working copy, which you then can commit if you like.
Only the right-clicked revision is reverted. The revisions after the right-clicked one up to HEAD are not reverted. Use this if you only want to undo one single commit, not all commits since a specific revision. Again, since this is a revert: the changes are only done in your working copy, which you then can commit if you like.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With