On occasion I receive an error \"413 Request Entity Too Large\" while updating an svn repository. Once I receive this error, it continues every time I attempt to update the
I had this issue recently with any file over 10MB. It turns out I forgot I'm proxying the svn/apache server with nginx. Changing client_max_body_size in nginx.conf fixed the issue. I left LimitXMLRequestBody and LimitRequestBody on the Apache server at their defaults.