Occasional svn: E170013: Unable to connect to a repository at URL 'https://svn…' svn: E730054: Error running context

邮差的信 提交于 2019-12-01 20:09:38

I finally found the solution.

Instead of writing down the link https://svn..... in the svncheckout command, I used the numeric IP address (e.g. 192.168.73.39) of the server instead of its hostname and it worked.

I hope this helps someone.

First of all, you have to check the server log. There have to be clues on the root cause.

Secondly, the problem has nothing to do with Subversion in particular. You have to check the network configuration and make sure that your Linux machine properly accepts connections on the required ports and IP interfaces.

For me, svn was trying to connect via ipv6 and the remote server did not have a properly configured or ipv6-capable firewall. Similar chatter on the mailing list suggests editing your hosts file such that you only ever connect via ipv4 which worked for me :/

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