A
A
Anton Shvets2016-02-12 16:44:18
subversion
Anton Shvets, 2016-02-12 16:44:18

SVN complains about file being too big on commit. Used by SCM Server. How to setup?

When committing, it adds a file, and then tries to upload it to the server.

Changed	/media/Data0/web/myfile.tar	None
  Фиксация не удалась (подробности приведены ниже):
Unexpected HTTP status 413 'Request Entity Too Large' on '/scm/svn/myfile.tar	/!svn/wrk/4c26444f-f2e0-4a3a-bac3-7cccd117c74f/myfile.tar'

Additional errors:
PUT of '/scm/svn/sites/web/!svn/wrk/4c26444f-f2e0-4a3a-bac3-7cccd117c74f/myfile.tar	': 413 Request Entity Too Large	
  Завершено

The SCM still has nginx as a proxy. For proxy :8080 in /scm
File size 4 mb. myfile.tar is a random filename.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex, 2016-02-18
@Xuxicheta

Add to nginx
client_max_body_size 128m;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question