Use Xcode 4 subversion integration with custom port?

霸气de小男生 提交于 2019-12-09 05:48:26

I experienced almost the same problem, excepting that I even could not get "Host is reachable" message with any part of my URL. I found several possible reasons and several solutions, such as:

  • XCode sends local user's credentials and SVN cannot authorize user; You should try to execute any svn command from terminal with no credentials and, when it asks, enter right ones;
  • XCode cannot work with SVN on custom port; You should change SVN port to default;

But none of them worked for me. But finally I managed to get things work. You just need to create an alias for your IP in hosts and use that alias in URL instead of IP. A comprehensive manual of how to make aliases you can find here. At the end my URL looked like http://svnserver:8080/svn/... and everything works just fine.

Good luck!

for svn im using SCplugin http://scplugin.tigris.org/ that works great.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!