包括使用svn-externals的Zend Framework,svn更新中途失败

发布于 2024-12-27 15:51:45 字数 532 浏览 2 评论 0原文

我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

与酒说心事 2025-01-03 15:51:45

您没有配置任何错误,但我认为 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:

  • If you have configured a proxy section in your servers file (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.
  • Just restart the update up to the point that it finishes normally.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文