Skip to content

Instantly share code, notes, and snippets.

@jandrewthompson
Created September 18, 2013 19:42
Show Gist options
  • Save jandrewthompson/6614471 to your computer and use it in GitHub Desktop.
Save jandrewthompson/6614471 to your computer and use it in GitHub Desktop.
Script for helping SVN and kdiff3 play nicely
#!/bin/bash
#################
# set 'merge-tool-cmd = kdiff3svn' in ~/.subversion/config
# ###############
kdiff3 $1 $2 $3 -o $4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment