Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Created October 25, 2010 20:31
Show Gist options
  • Save xeoncross/645696 to your computer and use it in GitHub Desktop.
Save xeoncross/645696 to your computer and use it in GitHub Desktop.
revert a svn revision
# Go back to an older revision
svn update -r 499
# or older version of file
svn update -r 499 file
# or just open a copy in a file for viewing
svn cat -r 499 file | less
# Find the current revision
svn info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment