Delete Committed Version from Teamserver?

0
In the main line of my project, I would like to revert back to a prior committed version of my app (3 versions prior to where I am currently). Can I delete committed versions from teamserver?
asked
1 answers
2

Revisions can not be deleted in SVN. Though a commit can be reverted. For example using TortoiseSVN. In the log, locate the commit to which you want to revert to and choose 'revert to this revision'. Then commit the changes and you're back to a previous committed version of your application. On the console, you can accomplish the same thing with reverse merging.

answered