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?

fredley
  • 32,953
  • 42
  • 145
  • 236

3 Answers3

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
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