Eclipse: Restart an SVN import from where it left off?

試著忘記壹切 提交于 2019-12-24 10:58:52

问题


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. :)


回答1:


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.



来源:https://stackoverflow.com/questions/7137470/eclipse-restart-an-svn-import-from-where-it-left-off

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!