Installing Subversion for Mac OSX 10.8

To install svn command line client on Mac OSx :

1. Install xCode, svn tool comes with xcode.
2. set svn to classpath: export PATH=/Applications/xcode/Contents/Developer/usr/bins:PATH

3. After installation is finished, you can open the terminal and run svn –version to view that svn is intalled.

3 Comments

Add a Comment