BBEdit and Subversion
BBEdit and Subversion now play well together (actually it’s since BBEdit 8.1, but I hadn’t noticed at the time). I added a few lines to ~/.subversion/config:
[helpers] diff-cmd = bbdiff extensions = --wait --resume
Now “svn diff” (with or without arguments) does the right thing.
Update: svn honors $EDITOR.
