Looking for a way of updating subversion that comes on Mac OS X, I came across this excellent tutorial @ Ruby Robot:
http://www.rubyrobot.org/tutorial/subversion-with-mac-os-x
Not only does Ruby Robot provide this valuable information, but also provided is a run through using subversion on the Terminal. Everything from creating a simple repository to 'checking out', 'updating' and 'committing' changes.
I have always found the svn diff function on the Terminal (or any other command line) pretty painful to use. I like FileMerge on Mac so I wondered is it possible to use FileMerge for diff and merging?
FileMerge is an app provided as part of the Apple Developer Tools. It's very simple to use (I believe it has some history from the NeXT days).
Launching FileMerge from svn on the Terminal would be very handy indeed...
...So the search began, which brought up this groovy little result:
Using FileMerge as a diff command for Subversion
Volia sorted for SVN!
