Does Xcode 4.4 come with subversion?
Asked Answered
S

3

2

I've just downloaded Xcode 4.4, and unlike its predecessors, there's no installer, just a .app. Is subversion lurking in there somewhere? Is there a directory inside the .app that I can add to PATH to get all my command line tools back?

Soricine answered 17/2, 2012 at 10:32 Comment(0)
D
4

Install the Command Line tools from XCode preferences and it all works again.

Disobedience answered 26/7, 2012 at 6:19 Comment(0)
S
3

Ok I've found it, you need to add the following to your PATH (assuming Xcode is installed in your Applications folder):

/Applications/Xcode.app/Contents/Developer/usr/bin
Soricine answered 17/2, 2012 at 10:33 Comment(5)
I believe Xcode4.4 is still under NDA (it's a developer preview)?Exude
I just purchased Mountain Lion and, upon attempting to install command line tools through Preferences -> Downloads, I got this error: "<account name> does not have access to command line tools". This was the solution to my problem. Thanks Tom Medley!Gastrovascular
Wrong; you install the command line utilities and use xcode-select.Parse
This solves my problem of unable to install the command line toolsOfficial
@Espilon that was a problem with the Apple servers, it should work now.Bosky
Z
0

As of OS X 10.5 Leopard, Subversion is installed with the operating system. No need to change anything or set anything up specially.

Zendah answered 28/7, 2012 at 19:34 Comment(1)
This definitely isn't true with Mountain Lion. In fact upgrading actually deleted my svn installation - had to use xcode 'install command line tools' to put it backTurro

© 2022 - 2024 — McMap. All rights reserved.