Where is SVN on OS X Mountain Lion?
[ In my opinion, here is the most important part of the answer:
If you don't want to download/install Xcode, you can always just download
Command Line Tools for Mountain Lion from Developer Downloads.
Command Line Tools for Mountain Lion from Developer Downloads.
Enjoy - Connie ]
75
6
|
I upgraded to OS X Mountain Lion and found out SVN is no longer present. I use Netbeans 6.9.1 in conjunction with Apache's SVN.
How can I get it back and working?
| |||
migrated from stackoverflow.com Jul 30 '12 at 6:34
120
|
Install the latest Xcode from the Mac App Store.
Go to Xcode » Preferences » Downloads » Command Line Tools » Install.
If you don't want to download/install Xcode, you can always just download Command Line Tools for Mountain Lion from Developer Downloads.
| |||
|
8
|
If you have Xcode installed and if you use bash :
add this at the end of your .profile PATH="${PATH}:/Applications/Xcode.app/Contents/Developer/usr/bin/"
It should be working
| ||
|
5
|
Also checkout Homebrew for these type of packages :
| ||||
|
Where is SVN on OS X Mountain Lion? - Super User:
'via Blog this'