I am getting below error, it checks out for a while then it throws me an error, SVN 1.6.
Could please let me know what exactly should be the configuration?
How are you hosting the Subversion server? Is it running behind Apache?
Assuming it's running behind Apache, check your Apache server logs. The error message is telling you that Apache disconnected the connection during your checkout. The error logs should give you the detail. It's probably a timeout that got triggered; check directives like KeepAlive
, MaxKeepAliveRequests
, TimeOut
, KeepAliveTimeOut
, MaxRequestsPerChild
, ThreadLimit
, MaxThreadsPerChild
, etc.