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?
Does Xcode 4.4 come with subversion?
Install the Command Line tools from XCode preferences and it all works again.
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
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 tools –
Official
@Espilon that was a problem with the Apple servers, it should work now. –
Bosky
As of OS X 10.5 Leopard, Subversion is installed with the operating system. No need to change anything or set anything up specially.
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 back –
Turro
© 2022 - 2024 — McMap. All rights reserved.