How to change subversion settings in xcode?

后端 未结 5 1534
一个人的身影
一个人的身影 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:23

    I had similar problems when the dns name for my svn server changed (but keeping the same IP)

    svn sw --relocate worked for me (from terminal on a mac). After the change, go to "Refresh entire project" from the SCM menu in xcode.

    Good idea to do an svn info first though to check your repo URL. On my first attempt I entered the wrong FROM URL and the svn sw --relocate just does nothing, with no error reported.

    The confusing thing in xcode was the the SCM - repositories browser worked fine after I updated the svn settings in xcode preferences, but my project was not fixed until after the --relocate business.

提交回复
热议问题