Lightweight SVN diff wrapper opendiff
I have been using SVN a bit recently (euch after the power of git) and have been doing some merges using
FileMerge (opendiff) a utility which comes with the mac developer tools.
To make this play with SVN 1.5 or greater you have to use a wrapper to call the tool. There is an existing toolset written in shell script but they do not seem to work for me (1.6.9).
Slap this script somewhere and make it executable. Edit your .bash_profile to include the following:
So when you get presented with the merge options press l and it should load filemerge for merging power.