Wednesday, June 12, 2013

Where is SVN on OS X Mountain Lion? - thanks to Super User

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.

Enjoy - Connie ]
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?
share|improve this question

migrated from stackoverflow.com Jul 30 '12 at 6:34


11 Answers


up vote120down voteaccepted
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.
share|improve this answer
For anyone else who finds it doesn't work, I had to close my terminal window and open a new one before SVN would stop complaining about bad versions after installing the CLT from inside Xcode. – Jeremy Clarke Nov 26 '12 at 18:18

If you have Xcode installed and if you use bash :
$> vi ~/.profile
add this at the end of your .profile PATH="${PATH}:/Applications/Xcode.app/Contents/Developer/usr/bin/"
$> source ~/.profile
It should be working
share|improve this answer
I initially +1'ed the accepted answer, but I added a +1 here because this worked without having to install anything (which may only have "installed" what was already there anyway.) – JMD Nov 15 '12 at 15:29

Also checkout Homebrew for these type of packages :
brew install svn
share|improve this answer
1
Use this to get svn 1.7 on OSX Lion – olore Oct 29 '12 at 16:11

Where is SVN on OS X Mountain Lion? - Super User:

'via Blog this'

No comments:

Post a Comment