Skip to content

Instantly share code, notes, and snippets.

@drnikki
Created November 30, 2011 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drnikki/1410392 to your computer and use it in GitHub Desktop.
Save drnikki/1410392 to your computer and use it in GitHub Desktop.
SVN enhancements / OSX
## View svn diff in color
$ brew install colordiff ( or port install colordiff)
$ vim ~/.subversion/config
# diff-cmd = diff_program (diff, gdiff, etc.)
diff-cmd = colordiff
## Customize those hideous colors
# started from http://blog.philippklaus.de/2011/09/colourful-svn-diff-on-mac-os-x/
$ vim ~/.colordiffrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment