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?
Asked
Active
Viewed 7,390 times
3 Answers
4
Install the Command Line tools from XCode preferences and it all works again.

Tycho Pandelaar
- 7,367
- 8
- 44
- 70
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

fredley
- 32,953
- 42
- 145
- 236
-
1I believe Xcode4.4 is still under NDA (it's a developer preview)? – Rok Jarc Feb 17 '12 at 10:41
-
I just purchased Mountain Lion and, upon attempting to install command line tools through Preferences -> Downloads, I got this error: "
does not have access to command line tools". This was the solution to my problem. Thanks Tom Medley! – Chris Esplin Jul 25 '12 at 19:13 -
Wrong; you install the command line utilities and use `xcode-select`. – trojanfoe Jul 26 '12 at 06:53
-
This solves my problem of unable to install the command line tools – Gilad Novik Jul 26 '12 at 15:06
-
@Espilon that was a problem with the Apple servers, it should work now. – danielrsmith Jul 31 '12 at 15:39
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.

ryandesign
- 1,115
- 6
- 8
-
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 – Ben Clayton Aug 07 '12 at 19:52