Re: 417 Request Entity Too Large on commit large files

Tuncay Göncüoğlu <[email protected]> Tue, 5 Apr 2011 17:32:12 +0300
Newsgroups gmane.comp.version-control.subversion.rapidsvn.user
Message-ID <[email protected]>
Hi,

413 is a HTTP response code, so I'm guessing your ubuntu svn server uses an
http connection. It is possible that your httpd server (apache most likely)
has a LimitRequestBody setting that limits your upload size.

Perhaps, the reason linux console is working might be that you're on same
server and use "file://" uri to reach the repository instead, thereby
bypassing httpd server and its limit altogether.

If this is the case, fix would be obvious: increase the LimitRequestBody
size to what you need in httpd.conf and restart httpd.

Just a thought, of course, I may be off by miles here. ymmv.

Tuncay Göncüoğlu



On Tue, Apr 5, 2011 at 3:07 PM, Alexander Mueller <[email protected]> wrote:

> Can you check this with the command line which is included in the "bin"
> dir. Please check with a recent nightly build on Windows.
>
> Am 05.04.2011 13:49, schrieb [email protected]:
> > Hi!
> >
> > I have an Ubuntu SVN server (version 1.6.6 (r40053)) with a repository
> which I can easily checkout, update and commit.
> >
> > The problem comes when I want to commit a pdf file larger than a few
> hundred kBs from the rapidSVN GUI in Window 7:
> >
> > Server sent unexpected return value (413 Request Entity Too Large) in
> response to PUT request for '/svn/...'
> >
> > If I try to commit the same pdf file from a linux console (not the svn
> server) it works perfectly. Anyone who has had the same problem?
> >
> > I am using rapidSVN 0.12.0 revision 8051, wxWidgets 2.8.9 and Subversion
> 1.6.5.
> >
> > Thanks!
> > Robert
> >
>

------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2717171

To unsubscribe from this discussion, e-mail: [[email protected]].