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

Re: checkout times out (0.24.2, apache tip of trunk)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-05 15:44:12 CEST

Jens-Uwe Mager <jum@anubis.han.de> writes:

> If I attempt to check out a large package (python) from my svn
> repository I see the following error:
>
> svn: RA layer request failed
> svn: REPORT request failed on '/svn/vendor/cpython'
> svn: REPORT of '/svn/vendor/cpython': timed out waiting for server (http://codespeak.net)
>
> Updating an existing workspace wirks fine. I am having this problem
> since upgrading to 0.24.2 with apache tip of the trunk from friday. Is
> this possibly a problem related to the recent changes with the property
> getting code in apache?

If anything, the recent Apache prop-code-changes should *prevent* this
exact kind of problem from happening!

In 0.24.2, 'checkout' == 'update'. There's no difference. The recent
apache changes make recursive PROPFIND requests streamy, so clients
shouldn't time out anymore, waiting for a huge directory listing of
thousands of children to be created.

So your server is definitely running httpd HEAD?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 5 15:46:09 2003

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.