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

413 Request Entity Too Large

From: Adam Nichols <adam_at_dc949.org>
Date: Mon, 25 Aug 2008 00:04:11 -0700

I'm using subversion 1.5.1 and am unable to upload large files (the
one I'm trying to upload is over 4GB). It looks like subversion
should be able to handle this, however I get "svn: PUT of
'/!svn/wrk/2c6a8c20-0b88-457d-836a-118fa1ca5a3b/FILE_I_AM_TRYING_TO_UPLOAD':
413 Request Entity Too Large (https://HOSTNAME)" when I try to import
the file.

I was looking through the archives and it looks like the only solution
proposed was about client side certs (which I do not use). Source:
http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=73988

According to the manual, the solution is to use the
LimitXMLRequestBody directive.
http://publib.boulder.ibm.com/httpserv/manual60/mod/mod_dav.html

Does subversion support files over 2GB? If so, can someone point me
in the right direction on what I'm doing wrong in my config?

Below are the relevant config options from my apache configuration:

LimitRequestBody 0
LimitXMLRequestBody 0

DavLockDB "/var/lock/DavLock"

<Location />
    DAV svn
    SVNPath /mnt/monster/svn

    AuthType Basic
    AuthName "Subversion Repository"
    AuthUserFile /etc/svn_htpasswd
    Require valid-user
    SSLRequireSSL
</Location>

Thanks,
Adam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-25 17:04:46 CEST

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.