Hello,
I’m currently facing the following issue when I try to commit a large file with SVN:
svn: E175002: Unexpected HTTP status 413 'Request Entity Too Large' on '/scm/repo/scmadmin/test_repo/!svn/wrk/48e33bad-9bdb-4839-8de9-1c542c51c254/temp_232457158_file'
svn: E175002: Your commit message was left in a temporary file:
svn: E175002: '/Users/<path>/test_repo/svn-commit.tmp'
Based on my understanding, the solution would be to update LimitXMLRequestBody
and LimitRequestBody
parameters into Apache configuration file. However I don’t really get how I can override those parameters
If I got it right, I should update/add something into server-config.xml
, but I don’t know what. Any help?
I’m running the docker version of SCM (scmmanager/scm-manager:2.46.0
).
Thanks!