Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resuming interrupted SVN checkout... again

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?

like image 851
Etan Avatar asked Oct 02 '12 09:10

Etan


People also ask

What is svn checkout?

svn checkout checks out (retrieves) a working copy of the repository into the specified folder. If you don't have access to the repository, and there's not already a current copy of the source in the folder, you can't possibly do a build. If there is a current copy of the source there, it should include build.


1 Answers

First Try SVN clean UP then SVN update.. it will work..

like image 129
Manisha Srivastava Avatar answered Oct 05 '22 06:10

Manisha Srivastava