svn client timing out and corrupting WC state

我的梦境 提交于 2019-12-06 04:09:30

If you are using HTTP to connect to the server (as it appears to be the case) you can increase (or disable) the time out with the http-timeout directive, as explained at Runtime Configuration Area:

http-timeout

This specifies the amount of time, in seconds, to wait for a server response. If you experience problems with a slow network connection causing Subversion operations to time out, you should increase the value of this option. In Subversion 1.8 (or older versions employing the Serf-based HTTP provider), use the value 0 to disable the timeout altogether.

Just make sure you aren't merely masking a problem (it's strange that commit completes successfully but server response doesn't make through).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!