Skip to content

Instantly share code, notes, and snippets.

@rezigned
Last active April 15, 2018 15:56
Show Gist options
  • Save rezigned/8663192 to your computer and use it in GitHub Desktop.
Save rezigned/8663192 to your computer and use it in GitHub Desktop.
SVN Commands

Useful SVN commands

Find difference between two branches

svn diff --old {branch_a} --new {branch_b}

Switch to a new branch

svn switch {branch}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment