Eclipse:从中断处重新启动 SVN 导入?
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,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.