包括使用svn-externals的Zend Framework,svn更新中途失败
我想使用 svn:externals = -r24607 http://framework.zend.com/svn/framework/standard/tags/release-1.11.9/library/Zend/ Zend 将 Zend Framework 包含到我的存储库中。
我在 Windows 7 上使用 Tortoise SVN TortoiseSVN 1.6.16。
当我尝试运行更新时,在大约一百个文件之后我得到:
Error: REPORT of '/svn/framework/!svn/vcc/default': Could not read response body: An
Error: existing connection was forcibly closed by the remote host.
Error: (http://framework.zend.com)
我可以再次运行更新,它会添加更多文件,但是在一百个文件左右之后,它会再次失败。
可能是什么问题?我有什么配置错误的吗?
I would like to include Zend Framework into my repository using svn:externals = -r24607 http://framework.zend.com/svn/framework/standard/tags/release-1.11.9/library/Zend/ Zend .
I am using Tortoise SVN TortoiseSVN 1.6.16 on Windows 7.
When I try to run update, after a hundred files or so I get:
Error: REPORT of '/svn/framework/!svn/vcc/default': Could not read response body: An
Error: existing connection was forcibly closed by the remote host.
Error: (http://framework.zend.com)
I can run the update again, and it will add more files, however after a hundred files or so it will fail again.
What could be the problem? Do I have something misconfgured?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您没有配置任何错误,但我认为 Subversion(或 TortoiseSVN)的默认设置在您的情况下无法正常工作。如果结帐正常,但中途断了,正常原因是连接不稳定或太慢。
解决方法如下:
TortoiseSVN > Settings > Network > Subversion server file > Edit
),则为 Subversion 设置的超时可能太短。您可以直接在服务器文件中设置它。请参阅运行时配置区域,并在其中搜索超时。您可以检查路径 是否正常签出http://framework.zend.com/svn/framework/standard/tags/release-1.11.9/library/Zend/ 效果很好,但我不这么认为。
You don't have misconfigured anything, but I think the defaults of Subversion (or TortoiseSVN) are not working well under your circumstances. If the checkout normally works, but halfway breaks, the normal reason is that the connection is not stable or too slow.
These are the workarounds:
TortoiseSVN > Settings > Network > Subversion server file > Edit
), the timeout set for Subversion may be too short. You can set it directly in the servers file. See Runtime Configuration Area, and search there for timeout.You may check if a normal checkout of the path http://framework.zend.com/svn/framework/standard/tags/release-1.11.9/library/Zend/ works well, but I don't think so.