8
votes
How do I use TextMate as my command line subversion message editor?
You need to include a command line option in your SVN_EDITOR (or EDITOR) variable
export SVN_EDITOR='mate -w'
This makes the svn command wait for the editor to close/release the fil …
0
votes
What are the Mac OS X terminal choices?
Just to make sure you've tried it -- are you running the latest released iTerm, or the latest beta? I had a ton of problems with the released version (0.9.5) a while back, but once I upgraded to t …
