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 ?
UPDATE :
I opened command window (cmd ) in that location . And typed these commands.
svn cleanup
svn update
Fixed my issue .