I'm having problems trying to setup an external diff program for svn on Mac OSX Lion. I have both xxdiff and opendiff installed.
I add these lines to ~/.subversion/config:
diff-cmd = opendiff
diff3-cmd = opendiff
or
diff-cmd = /Applications/xxdiff.app/Contents/MacOS/xxdiff
diff3-cmd = /Applications/xxdiff.app/Contents/MacOS/xxdiff
But when I invoke svn, I get this error:
svn: /Users/tre11/.subversion/config:49: Option expected
How do I fix this problem?