Search Results

10
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 …
4
votes

Best web front-end for SVN?

For the most beautiful web-based SVN client, I tend to think of Warehouse: http://www.warehouseapp.com/ It's really, really …