有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!

java Subversive SVN只检出丢失的文件

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

我的远程存储库很大(超过^{),当我试图下载时,我失去了两者之间的连接(比如^{

我只需要签出剩余的、丢失的文件

如果我点击“签出”选项,它将删除所有现有文件,并将从头开始,这是我不想要的

有没有更好的解决方案,只从SVNrepo下载丢失的文件

enter image description here

更新:

我在那个位置打开了命令窗口(cmd)。然后输入这些命令

svn cleanup

svn update

解决了我的问题


共 (1) 个答案

  1. # 1 楼答案

    正如this question中指出的,您可以参考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: