Eclipse:从中断处重新启动 SVN 导入?

发布于 2024-12-01 01:15:06 字数 201 浏览 1 评论 0原文

我有一个 SVN 导入在中间不断中断,生成RA 层请求失败...无法读取响应正文:连接已被服务器关闭

它每次都会在不同的地方中断,让我认为这是一个超时问题。

我是 SVN 新手,所以请耐心等待,但是有没有办法从我上次停下来的地方继续导入?

我的直觉告诉我这违背了 SVN 的整个概念,但我的直觉以前就错了。 :)

I've got an SVN import that keeps breaking off in the middle, generating RA layer request failed...Could not read response body: Connection was closed by server.

It breaks off at different spots each time, making me think it's a timeout issue.

I'm new to SVN so bear with me, but is there a way to pick up the import where I left off?

My gut is telling me this is against the whole concept of SVN but my gut's been wrong before. :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

枯叶蝶 2024-12-08 01:15:06

不,svn 中的任何操作都是原子的,所有操作要么完全完成,要么应该回滚。这个问题主要是因为svn服务器的连接问题。请参阅这篇文章。这可能会有所帮助。

No, any action in svn is atomic and all of them either are done completely or should be rolled back. This problem is mainly because of connections to the svn server. See this post. It may be helpful.

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