[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bootstrapping

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-11 17:35:50 CEST

Kevin Bond <kdb@korl.com> writes:

> subversion/libsvn_ra_dav/fetch.c:1033
> svn_error: #21095 : <RA layer request failed>
> could not checkout a file
>
> subversion/libsvn_ra_dav/util.c:81
> svn_error: #21095 : <RA layer request failed>
> GET of
> /repos/svn/$svn/bc/2155/trunk/subversion/clients/win32/SVNControls/SVNControls.
>
> ocx: Could not read response body: connection timed out.
>
> The failure is consistent, and is most likely a network bug in
> Earthlink's PPPoE implementation that they refuse to acknowledge.

Don't know if it helps, but the svn.collab.net repository is available
on port 81 as well as port 80.

>
>
> However, the bigger issue is how to recover from this. Unlike CVS, I
> can't just do another checkout and ignore the warnings and it seem

Really, what happens when you try? Is the working copy locked? If so
run 'svn cleanup' first. However a repeated checkout will start at
the begining and attempt to retrieve the same files as the original
checkout, so it probably won't help.

> unlikely that an update would work, so how do I get past this error?

You can try to checkout rev zero (or any other revision), and update
that

% svn co -r 0 -d wc http://svn.collab.net/repos/svn/trunk
% svn up wc

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 11 17:36:25 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.