How to change subversion settings in xcode?

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

    You need to use the --relocate option for the svn switch command if you are just changing hostnames or ip addresses.

    So, something like this:

    svn sw --relocate svn://brian@123.123.123.123/mypath svn://brian@122.122.122.122/mypath

提交回复
热议问题