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

Re: Unable to commit a file of size 4GB to svn repo

From: Kurt Pruenner <leak_at_gmx.at>
Date: Mon, 29 Dec 2008 13:46:22 +0100

sathish Sarvepalli wrote:
> I received an error message "413 entity too large".

I think the maximum size of a file is limited by Apache's
LimitXMLRequestBody directive[1] (at least it is for mod_dav), and that
is stored inside Apache as a variable of type size_t, which limits it to
just below 4G.

Maybe setting the limit to 0 (which disables this check) would help?

-- 
Kurt Bernhard Pruenner --- Haendelstrasse 17 --- 4020 Linz --- Austria
.......It might be written "Mindfuck", but it's spelt "L-A-I-N".......
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=994988
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-29 13:46:37 CET

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

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