如何在xcode中更改subversion设置? [英] How to change subversion settings in xcode?

查看:150
本文介绍了如何在xcode中更改subversion设置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在Xcode中运行了一段时间的颠覆。 subversion的集成总是由一个线程挂起。但是我的subversion服务器已经改变了它的ip地址......我的xcode项目仍然试图查找旧ip上的源。

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 my xcode project still tries to look up the source on the old ip.

我已经改变了ip的ip通过xcode中的SCM菜单进行subversion服务器...但是这些更改似乎对项目没有影响。

I have changed the ip of the subversion server via the SCM menu in xcode ... however these changes don't seem to effect the project.

任何人都知道我如何更改subversion ip in the项目?

Anyone got any idea how I change the subversion ip in the project?

干杯
Rich

Cheers Rich

推荐答案

这不是Xcode,它的svn本身仍然看起来旧的reposotory。尝试启动终端,然后进入项目目录。使用开关 svn命令:

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

然后刷新或关闭/打开Xcode项目。

then refresh or close/open the Xcode project.

这篇关于如何在xcode中更改subversion设置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆