SVN - delete a revision, or make an older revision the head
I'm fairly new to SVN and I've never had to revert back to a previous revision, although I can get a copy of a revision from the repository okay. I'm using TortoiseSVN and the Visual Studio SVN plugin. I'd like to restore the trunk back to a previous revision. How can I restore the trunk - e.g. rollback to a previous revision and make this the head? thanks DarkDust What you need is a so-called reverse merge: svn merge -r HEAD:<rev_you_want_to_revert_to> See the Tortoise SVN merge documentation for details on how to do that with Tortoise SVN. Also see the SVN book (copied link from another