Welcome to the navigation

Labore dolore occaecat nostrud pariatur, ut laboris eu esse duis irure ea sed magna eiusmod quis nulla adipisicing qui aliqua, deserunt minim lorem excepteur in. Est duis laborum, dolor consectetur sed nostrud tempor nulla consequat, ullamco aliqua, exercitation ipsum in do ut cupidatat ut commodo nisi qui ut id fugiat

Yeah, this will be replaced... But please enjoy the search!

Where is the SVN binary in Mac OS X Mountain Lion 10.8? Aha! there it is.

The 10.8 release of Mac OS was great. So great that Apple even somewhere decided to remove the originally built in svn binaries. Well it figures since 99.9% of all Mac OS users never will know what it is. Instead they moved the binaries into Xcode - yay! This means that we have to drag down Xcode from the App Store of a whopping 3.8 GB if we want the previous "built in" version of SVN. Well that's reasonable since the svn-package is like 348 KB on disk. Good thing that I'm not short on SSD space. Anyway, if you go the Apple way (I did, but I'm using Xcode every now and then anyway) download and install Xcode. The svn binary is located in the folder

/Applications/Xcode.app/Contents/Developer/usr/bin/

The available SVN-binaries are

/Applications/Xcode.app/Contents/Developer/usr/bin/svn
/Applications/Xcode.app/Contents/Developer/usr/bin/svnadmin
/Applications/Xcode.app/Contents/Developer/usr/bin/svndumpfilter
/Applications/Xcode.app/Contents/Developer/usr/bin/svnlook
/Applications/Xcode.app/Contents/Developer/usr/bin/svnserve
/Applications/Xcode.app/Contents/Developer/usr/bin/svnsync
/Applications/Xcode.app/Contents/Developer/usr/bin/svnversion

To make SVN usable simply do something like this

sudo ln -s /Applications/Xcode.app/Contents/Developer/usr/bin/svn /usr/local/bin/svn