svn check out has issue Could not read chunk size

前端 未结 4 2044
鱼传尺愫
鱼传尺愫 2021-01-28 07:43

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?



        
4条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-28 08:13

    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.

提交回复
热议问题