I purchased a new Mac running Mac OS X v10.8.5 (Mountain Lion). I\'ve seen it written in various places that SVN is installed on OS X by default, but when I
If you have HomeBrew installed, try this command: brew install subversion
brew install subversion
after that, brew link subversion
brew link subversion
Hopefully, you will be good to go.