I committed a bunch of files (dozens of files in different folders) by accident. What is the easiest, cleanest (and safest!) way to \'undo\' that commit without having to de
You may need to use the command line, but you can use the SVN merge command and specify the revisions in reverse to effectively revert a commit. Assuming your bad commit was r1123, you would do: