Skip to content

Instantly share code, notes, and snippets.

@sebastianneubert
Last active August 29, 2015 14:17
Show Gist options
  • Save sebastianneubert/ff1f6e077384a9b4c631 to your computer and use it in GitHub Desktop.
Save sebastianneubert/ff1f6e077384a9b4c631 to your computer and use it in GitHub Desktop.
SVN Tricks

SVN Tricks

SVN Merge

Show diff between BASE und HEAD

svn merge --dry-run -r BASE:HEAD . 

svn merge -r 72:HEAD https://svn.example.net/svn/branches/2010-10-20_branch .

SVN Externals

svn propedit svn:externals .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment