The svn server is behind a proxy server which itself is behind a firewall.
svn co http://*/*
doesnt work
returns: repository permanently moved; please relocate
while
svn co svn+ssh://*/*
works well within the local domain of the proxy server.
问问题
1042 次
1 回答
0
您确定您使用正确的 URL 和 http 协议吗?请注意,Web访问(例如由 ViewVC 提供)与svn访问不同...
如果可以,您还应该验证网络服务器上的配置。
ServerFault 上的这个问题也很有帮助:Subversion 错误:存储库已永久移动到请重新定位
于 2012-07-12T12:00:06.420 回答