How to change subversion settings in xcode?

后端 未结 5 1529
一个人的身影
一个人的身影 2021-01-02 04:13

I\'ve had subversion running in Xcode for a while. The integration of subversion has always hung by a thread. However my subversion server has changed its ip address ... and

5条回答
  •  囚心锁ツ
    2021-01-02 04:20

    It's not Xcode, it's svn itself that still looks to the old reposotory. Try firing up a terminal, and cd'ing into the project directory. There use the switch svn command:

    svn switch NewURL
    

    then refresh or close/open the Xcode project.

提交回复
热议问题