Does Xcode 4.4 come with subversion?

前端 未结 3 1084
被撕碎了的回忆
被撕碎了的回忆 2021-01-15 07:24

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

相关标签:
3条回答
  • 2021-01-15 07:35

    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
    
    0 讨论(0)
  • 2021-01-15 07:46

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

    0 讨论(0)
  • 2021-01-15 07:49

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

    0 讨论(0)
提交回复
热议问题