Posted under » Apache » Version Control on 23 June 2019
My default config will cause a timeout error when using my SVN for a large repo.
The fix is to tune Apache to accept longer timeout. Modify the apache config (apache2.conf) to
Timeout 60000 KeepAlive On MaxKeepAliveRequests 0 KeepAliveTimeout 60000