SVN Request Entity Too Large

.Problem: 

If you are accessing your repository over http, you may see this error message for commands which operate on many files:

413 Request Entity Too Large

Solution:

This problem can usually be fixed by adding these settings in the Apache configuration:

LimitXMLRequestBody 0
LimitRequestBody 0