I'm having the following error message:
Server sent unexpected return value (413 Request Entity Too Large) in response to PUT request
It is an Apache proxy server, I have already tried adding these lines:
LimitXMLRequestBody 0
LimitRequestBody 0
But I'm still having the same problem. What I'm trying to do here, is to upload a big file (2Gb) on SVN which is behind this proxy.
Subversion is working fine so the problem is on the configuration of the proxy.
Any ideas? Any suggestion? Thanks.