First of all, I know that this question has been asked many times, for example here. However, the accepted answers there do not seem to work in my case.
> svn --version
svn, version 1.7.6 (r1370777)
> svn co https://netmf.svn.codeplex.com/svn netmf
After it starts adding files (~ after 1 min), interrupt the checkout (ctrl-c). It won't run through anyways in one try.
svn: E200015: Caught signal
> cd netmf
> svn cleanup
> svn up
Updating '.':
At revision 25495.
> svn st
! bin
So, it sees that the folders are incomplete. However, it thinks that it is already at the newest revision and does not resume the download.
Is there a workaround for this problem?
Note that although I intentionally interrupt the checkout in this test case, the same problem occurs automatically later on, as the repository is very large and the checkout is interrupted due to other circumstances at a later time.
Same issue with Tortoise GUI and on another machine.
Update
Same issue with svn on OS X 10.8.2
Update
There seems to be another question that seems to share similar issues as I have. Maybe it's a server problem?
First Try SVN clean UP then SVN update.. it will work..