Skip to content

Instantly share code, notes, and snippets.

@lucamartellucci
Last active August 1, 2017 09:50
Show Gist options
  • Save lucamartellucci/63e9c04edad8d3e2dd1c068c262e31be to your computer and use it in GitHub Desktop.
Save lucamartellucci/63e9c04edad8d3e2dd1c068c262e31be to your computer and use it in GitHub Desktop.

SVN Tips

Show differences between current version of a file against the head version

$ svn diff filename -r head --diff-cmd meld

Show list of modified files

$ svn status -u

Show revisions list of a file

$ svn -q filepath

Show file at given revision

$ svn cat -r XXX filepath | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment