using SVN 1.8.3 with Xcode 5

后端 未结 3 1584
栀梦
栀梦 2020-12-24 10:07

I updated the Subversion client on my system to 1.8.3. I did a checkout of my repository from Xcode 5\'s Source Control menu. Then in terminal

3条回答
  •  清酒与你
    2020-12-24 10:28

    1. These are simply two different client applications.
    2. You can set the path to XCode's subversion client by setting XCSubversionToolPath, e.g. (replace with actual svn 1.8 path):

      defaults write com.apple.Xcode XCSubversionToolPath /usr/local/bin/svn
      

提交回复
热议问题