颠覆性 SVN Checkout 仅丢失文件

Subversive SVN Checkout only missing files

我正在使用 eclipse 插件“subversive SVN”作为我的 SVN 工具。

我的远程存储库很大(超过 30GB),当我尝试下载时我失去了中间的连接(比如 94%)。

我只需要检查剩余的、丢失的文件。

如果我点击结帐选项,它会删除所有现有文件并重新从头开始,这是我不想要的。

是否有更好的解决方案,只从 SVN 存储库下载丢失的文件?

更新:

我在该位置打开了命令 window (cmd)。并输入这些命令。

svn cleanup

svn update

解决了我的问题。

正如 this question, you can consult the SVN documentation 中指出的那样。

If you interrupt a checkout (or something else interrupts your checkout, such as loss of connectivity, etc.), you can restart it either by issuing the identical checkout command again or by updating the incomplete working copy: