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

Still have problems uploading files over 2GB

From: Sheryl <gubydala_at_his.com>
Date: 2007-04-10 21:08:57 CEST

Hi all,

Finally got back to this task. Have my LDAP issues taken care of. Both
cilent and server are svn 1.4.3 compiled with apr1 from httpd 2.2.4. I've
confirmed that with ldd. The OS for both is RHEL4 which has no problem
with files > 2GB. Running httpd 2.2.4 on the server with the usual things
enabled and a 36 MB file uploads with no problems.

When I try to upload a 3.2 GB image, svn detects that is binary and chews
on the upload for about 15 minutes then returns an error:

413 Request Entity Too Large

I've read httpd 2.2 documentation all morning and haven't found anything
to tweak. The MARC archives mention LimitRequestBody but the 2.2 docs say
it defaults to 0 which is the max. Can't find a setting in the include
directory in the source. Also documentation says the max is 2GB, which
I'm hoping indicates a failure to update documentation rather than a real
limit. Help?

Apache logs:

[Tue Apr 10 12:15:28 2007] [info] [client client.ip.number] Connection to
child 5 established (server server.name:443)
[Tue Apr 10 12:15:28 2007] [info] Seeding PRNG with 136 bytes of entropy
[Tue Apr 10 12:15:28 2007] [info] Initial (No.1) HTTPS request received
for child 5 (server server.name:443)
[Tue Apr 10 12:15:28 2007] [info] [client client.ip.number] Access
granted: 'username' PUT ignatz2:/trunk/workstation.image
[Tue Apr 10 12:15:28 2007] [info] [client client.ip.number] Access
granted: 'username' GET ignatz2:/trunk/workstation.image
[Tue Apr 10 12:15:28 2007] [error] [client client.ip.number] Invalid
Content-Length[Tue Apr 10 12:15:28 2007] [error] [client client.ip.number]
Could not get next bucket brigade [500, #0]
[Tue Apr 10 12:15:28 2007] [info] [client client.ip.number] Connection
closed to child 5 with standard shutdown (server server.name:443)
[Tue Apr 10 12:15:35 2007] [info] [client client.ip.number] Connection to
child 4 established (server server.name:443)
[Tue Apr 10 12:15:35 2007] [info] Seeding PRNG with 136 bytes of entropy
[Tue Apr 10 12:15:35 2007] [info] Initial (No.1) HTTPS request received
for child 4 (server server.name:443)
[Tue Apr 10 12:15:35 2007] [info] [client client.ip.number] Access
granted: 'username' DELETE ignatz2:
[Tue Apr 10 12:15:36 2007] [info] [client client.ip.number] Connection
closed to child 4 with standard shutdown (server server.name:443)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 10 21:09:23 2007

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.