Search Results

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 …