Skip to content

Instantly share code, notes, and snippets.

@justinfrench
Created November 13, 2008 05:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save justinfrench/24371 to your computer and use it in GitHub Desktop.
Save justinfrench/24371 to your computer and use it in GitHub Desktop.
# I always forget how easy this is... assuming r202 was the bad commit
# I just merge the *reverse* difference between r202 and r201
svn merge -r 202:201 http://svn.example.com/acme/trunk
svn diff # check it's right
svn ci -m "reversed out r202"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment