javaeclipsesvnsubversivesvn-checkout

Subversive SVN Checkout only missing files


I am using eclipse plugin 'subversive SVN' as my SVN tool.

My remote repository is huge (of more than 30GB) , and when I tried to download I lost the connection in between (say 94% ) .

I need to checkout only the remaining , missing files.

If I click checkout option, it will delete all the existing files and will start from the scratch again which I don't want .

Is there any better solution , to download only the missing files from SVN repo ?

enter image description here

UPDATE :

I opened command window (cmd ) in that location . And typed these commands.

svn cleanup

svn update

Fixed my issue .


Solution

  • As pointed out in 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: