Svn: E175002: REPORT of '/svn/cps-core/!svn/vcc/default': 413 Request Entity Too Large

Hi TMSupport,

I’m using subgit for a long time but have not come into this kind of issue before.

When I try to use subgit.configure command for my SVN repository I get an error: svn: E175002: REPORT of ‘/svn/cps-core/!svn/vcc/default’: 413 Request Entity Too Large.
I have not faced this error while using with other SVN repo.

Any help regarding this would be appreciated.

Thanks and Regards

Hi Ravi,

this response actually comes from the web server that hosts the SVN server. It means that the server is configured to limit the size of requests it accepts an SubGit request hit this limit in this case. The solution is to increase the limit in the web server settings; or, a possible workaround is to use another protocol, (ssh, for example) to reach the SVN server.