Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AnkhSvn undo/revert a commit

How do I undo/revert a change I've commited, with AnkhSvn/VS 2010. (I'm well aware you can't "delete" stuff in the subversion repository).

The issue is simple, You're working on HEAD(e.g. rev 100). You figure out something is broken. You view the history, and figure out rev 93 might be the issue. You want to revert the change done in rev 93, test, and commit those reverted changes.

While I know how to resort to the command line to "undo" this, How do you do this with AnkSvn from within Visual Studio ?

like image 536
Habalusa Avatar asked Feb 25 '23 08:02

Habalusa


1 Answers

Go to the history viewer (Right-click solution -> View Solution history), here right-click on a revision (or a selection of revisions), and use the items in the context menu to undo your changes.

like image 193
Sander Rijken Avatar answered Mar 08 '23 14:03

Sander Rijken