Skip to content

Instantly share code, notes, and snippets.

@ibrow
Created May 6, 2011 10:14
Show Gist options
  • Save ibrow/958723 to your computer and use it in GitHub Desktop.
Save ibrow/958723 to your computer and use it in GitHub Desktop.
Useful SVN Commands
# list only conflicts from a merge dry run
svn merge <SVN MERGE FROM> ./ --dry-run | grep -P '^(?=.{0,6}C)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment