Is there a 2 GB file size limit in Subversion - Apache? 413 Request Entity Too Large -- Solution
From: Curley, John <John.Curley_at_windriver.com>
Date: Tue, 11 Jan 2011 06:03:46 +0000
Hi all,
There seems to be a 2 GB file size limit, if you use the default command to commit. We encountered this problem and eventually found the solution.
This is not a Subversion limit, nor is it an Apache limit.
The default module for accessing the repository is ra_neon. This module (!) has the 2 GB limit. If you specify using ra_serf (serf) instead, that works.
This is the command line option (from the client): --config-option servers:global:http-library=serf
I don't know how to do this in a GUI situation. It took me a LONG time to find this on the web.
Happy new year, now that I finally found the fix!
---
|
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.