You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Yoshiki Hayashi <yo...@xemacs.org> on 2001/12/10 08:47:48 UTC

Update with revision doesn't work on svn.collab.net

[penny@buck tmp]$ svn co http://svn.collab.net/repos/svn/trunk/subversion/tests/xml
A  xml/up-props.xml
A  xml/up1b-inline.xml
A  xml/up1a-inline.xml
A  xml/up1b-postfix.xml
A  xml/up1a-postfix.xml
A  xml/co1-inline.xml
A  xml/README
A  xml/co1-postfix.xml
A  xml/up5.xml
A  xml/pipatch.xml
A  xml/up3.xml
A  xml/up2.xml
[penny@buck tmp]$ cd xml
[penny@buck xml]$ svn st -v
_              624    .
_              624    ./README
_              624    ./co1-inline.xml
_              624    ./co1-postfix.xml
_              624    ./pipatch.xml
_              624    ./up-props.xml
_              624    ./up1a-inline.xml
_              624    ./up1a-postfix.xml
_              624    ./up1b-inline.xml
_              624    ./up1b-postfix.xml
_              624    ./up2.xml
_              624    ./up3.xml
_              624    ./up5.xml
[penny@buck xml]$ svn up -r 623

svn_error: #21075 : <RA layer's server request failed>
  The REPORT request failed (/repos/svn/trunk/subversion/tests/xml)

svn_error: #21075 : <RA layer's server request failed>
  neon: Could not read status line: connection timed out.

I don't know what hack is done to svn.collab.net Apache
server but it is very likely to be the cause of this bug.

-- 
Yoshiki Hayashi

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Update with revision doesn't work on svn.collab.net

Posted by Ben Collins-Sussman <su...@collab.net>.
Philip Martin <ph...@codematters.co.uk> writes:

> Well, it works now. Nothing, as far as I know, has changed at my end.
> Has the server changed or was it some network problem in the middle?

Gstein discovered that some process had hung the server;  last night
he had to run db_recover on the repository.  It's all good now...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Update with revision doesn't work on svn.collab.net

Posted by Philip Martin <ph...@codematters.co.uk>.
Philip Martin <ph...@codematters.co.uk> writes:

> > svn_error: #21075 : <RA layer's server request failed>
> >   neon: Could not read status line: connection timed out.
> > 
> > I don't know what hack is done to svn.collab.net Apache
> > server but it is very likely to be the cause of this bug.
> 
> I am seeing this as well; 'svn co' works, but 'svn up' and 'svn st'
> both time out.  This happens with rev 624 and an old rev 596, so it
> looks like a server problem rather than any recent change in the
> subversion code.

Well, it works now. Nothing, as far as I know, has changed at my end.
Has the server changed or was it some network problem in the middle?

Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Update with revision doesn't work on svn.collab.net

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Philip Martin <ph...@codematters.co.uk> writes:
> Yoshiki Hayashi <yo...@xemacs.org> writes:
> 
> > [penny@buck xml]$ svn up -r 623
> > 
> > svn_error: #21075 : <RA layer's server request failed>
> >   The REPORT request failed (/repos/svn/trunk/subversion/tests/xml)
> > 
> > svn_error: #21075 : <RA layer's server request failed>
> >   neon: Could not read status line: connection timed out.
> > 
> > I don't know what hack is done to svn.collab.net Apache
> > server but it is very likely to be the cause of this bug.
> 
> I am seeing this as well; 'svn co' works, but 'svn up' and 'svn st'
> both time out.  This happens with rev 624 and an old rev 596, so it
> looks like a server problem rather than any recent change in the
> subversion code.

Philip and Yoshiki,

I am unable to reproduce this; maybe there is some significant
difference between my working copy and yours, or perhaps it has to do
with my proximity to the server.

If this still happens for you, can you file an issue with as detailed
a reproduction recipe as you can come up with?  If you need to attach
a tar file of your working copy, that's fine! :-)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Update with revision doesn't work on svn.collab.net

Posted by Philip Martin <ph...@codematters.co.uk>.
Yoshiki Hayashi <yo...@xemacs.org> writes:

> [penny@buck xml]$ svn up -r 623
> 
> svn_error: #21075 : <RA layer's server request failed>
>   The REPORT request failed (/repos/svn/trunk/subversion/tests/xml)
> 
> svn_error: #21075 : <RA layer's server request failed>
>   neon: Could not read status line: connection timed out.
> 
> I don't know what hack is done to svn.collab.net Apache
> server but it is very likely to be the cause of this bug.

I am seeing this as well; 'svn co' works, but 'svn up' and 'svn st'
both time out.  This happens with rev 624 and an old rev 596, so it
looks like a server problem rather than any recent change in the
subversion code.

Philip

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org