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

Re: Apache/mod_dav_svn.so failing on large directories on Windows?

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-06-30 09:17:03 CEST

On Sat, Jun 29, 2002 at 09:14:26PM +0200, Arild Fines wrote:
> j:\subversion\subversion\libsvn_ra_dav\fetch.c:1014
> svn_error: #21096 : <RA layer request failed>
> could not fetch directory entries
>
> j:\subversion\subversion\libsvn_ra_dav\util.c:81
> svn_error: #21096 : <RA layer request failed>
> PROPFIND of /svn/rogiefaq/!svn/bc/1/: Could not read chunk size: Line too
> long
>
> The message "Could not read chunk size: Line too long" seems to originate
> from Neon, not from svn code.

Nah, this looks like an httpd error code. Can you get a network
trace? If SVN is sending really long lines, we should fix that.
I'm guessing that it might be sending all files in a directory on
a single line. If so, we should be mime-continuing the line
(' ' or '\t' at the beginning of the line) once it reaches a
certain length.

If you can provide the HTTP headers used in this case, that
should be sufficient to point me in the right direction. -- justin

P.S. Why am I suddenly getting all of the SVN mail now? It seems
there was a backlog. It's either on apache.org or svn.collab.net
and they share the same admins. =)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 30 09:17:32 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.