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

Re: Server sent unexpected return value (413 Request Entity Too Large) in response

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Tue, 5 Jun 2012 15:05:13 +0200

> newthon.junior_at_embraer.com.br
>
> 01/06/2012 13:17
>
> To
> users_at_subversion.apache.org
> cc
> Subject
> Server sent unexpected return value (413 Request Entity Too Large) in response
>
> Hi All,
>
> I´m having problems to commit or update my workingcopy when I do it from root directory. It gives me the error message:
>
> "Server sent unexpected return value (413 Request Entity Too Large) in response
> to REPORT request for '/repo-sys/!svn/vcc/default'"
>
> If I do the update or commit in childrens folders, one by one, I don´t get this error message.
>
> I´m running Subversion server 1.6.12 in a Red Hat 5.7 and TortoiseSVN 1.7.7 in Windows XP and have two repositories: one 11GB (~200 K files) large and other 700MB (~50 K files). The error occur in both repositories
> Any idea how to fix it?
> Thanks in advance

Can you check the error logs on the server (apache error logs)?

Maybe the problem is caused by the LimitXMLRequestBody directive [1]
in your Apache (or more likely, the absence thereof: the default value
of this limit is 1000000 bytes). Try setting this directive to a
higher value, or to 0 (disables the limit).

[ Finally: some notes about the form of your post: (1) we prefer
plain-text emails on this list, (2) please don't include the legal
disclaimer boilerplate (it makes no sense if you post to a public (and
archived) list) and (3) when replying, please don't top-post, but
reply at the bottom or inline. ]

[1] http://httpd.apache.org/docs/2.2/mod/core.html#limitxmlrequestbody

--
Johan
Received on 2012-06-05 15:06:04 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.