Revert back to older version in TortoiseSVN and Commit

2.1k views Asked by At

I use TortoiseSVN tool for the version management of my project. Till now, I have committed for 17 times. Now, I want to go back to 10th revision and start to make changes to the project and commit.

I have tried to do so by getting the 10th revision of the project and make changes. And then, I tried to commit. This says, "You are not having the latest version to commit" and it asks me to update the project to the head revision.

Is that possible to remove the last 7 commits and make the 10th revision as the head revision? Or Is that possible to get the 10th revision and make changes and then commit to SVN?

1

There are 1 answers

1
Stefan On BEST ANSWER

Open the log dialog on your working copy root. Then right-click on revision 10 and select Revert to this revision.

All changes done from revision 10 to revision 17 are reverted. You can now commit that "undo" and then do the changes you want.