Windows7 64 位下 SVN 签出失败/客户端冻结
我想查看 SVN 存储库,但超时。 我的环境是Windows 7,64位。 我试过: 1)TortoiseSVN,一个shell集成插件, 2)RapidSVN,一个图形用户界面 3)使用命令行的Cygwin
svn checkout http://ticpp.googlecode.com/svn/trunk/
(我尝试过其他存储库,所以它不是特别的) 请注意,只需在 Mozilla Firefox 中输入地址即可浏览存储库。
无论我尝试什么,它都会失败:应用程序冻结并且必须被杀死。我什至无法浏览存储库或查看修订版本。
我尝试关闭防火墙,但没有帮助。
可能是什么原因/我还应该尝试什么?
I want to check out a SVN repository but it times out.
My environment is Windows 7, 64-bits.
I tried:
1) TortoiseSVN, a shell-integrated plugin,
2) RapidSVN, a GUI
3) Cygwin by using the commandline
svn checkout http://ticpp.googlecode.com/svn/trunk/
(I have tried other repositories so it is not that one in particular)
Note that the repository is browsable by simply typing the address in Mozilla Firefox.
Whatever I try it fails: app freezes and has to be killed. I cannot even browse the repository or view revision versions.
I have tried turning my firewall off but it did not help.
What could be the cause / what else should I try?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您很可能位于防火墙/代理后面,该防火墙/代理要么显式阻止 DAV 请求,要么因为无法理解它们而直接丢弃它们。
正确配置您的防火墙/代理,或者尝试使用 https:// url 而不是 http:// 进行检查。大多数防火墙/代理就不会再干扰了。
Most likely you're behind a firewall/proxy that either blocks DAV requests explicitly or just drops them because it doesn't understand them.
Either configure your firewall/proxy properly, or try checking out with the https:// url instead of the http:// one. Most firewalls/proxies can then not interfere anymore.
这可能是SVN服务器造成的。尝试向服务器管理员报告问题以获得帮助。
This may be caused by the SVN server. Try to report the problem to your server's admin in order to get help.