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

Re: large checkout/update/switch fails (svn: The REPORT request returned invalid XML in response)

From: Klaus Rennecke <kre_at_tigris.org>
Date: 2004-06-26 12:43:09 CEST

Rob van Oostrum wrote:

>I dumped the repository and loaded it into a sandbox. Ran svnserve and
>tried a checkout ... runs like a charm. Much faster than mod_dav_svn and
>checkout succeeded in one go. So I'd say it's a safe bet the problem is
>somewhere in mod_dav_svn ... hope this helps ...
>[...]
>
>

Hmm just a thought - there is a maximum count of requests over one HTTP
1.1 connect session.

Do you know how many files were successfully checked out?
Can you do a cross-check with the same amount of files, but with smaller
(near zero) size to them?
Does it get any further if you raise MaxKeepAliveRequests above 100 (or
set to 0 for unlimited)?

Granted, the default of 100 sounds too low to not have occured earlier.
But maybe it's a combination of this limit and another limit on
reconnects in the client code . . .

The documentation sounds a bit as if would be good to raise that
parameter for svn anyway.

Mind you, this is just a wild guess. I haven't got around checking these
guesses against the implementation, my C skills have become quite rusty.

/Klaus

http://httpd.apache.org/docs-2.0/mod/core.html#MaxKeepAliveRequests

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jun 26 12:45:05 2004

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

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