svn - TortoiseSVN checkout 失败错误 svn : E120106: ra_serf: The server sent a truncated HTTP response body

标签 svn tortoisesvn

TortoiseSVN 在结帐操作期间显示错误 svn: E120106: ra_serf: 服务器发送了截断的 HTTP 响应正文。如何解决问题?

最佳答案

一些ideas来自 TortoiseSVN 开发人员:

The data sent is too big and the server closes the connection due to reaching a limit.

Possible steps which can help fix this issue:

  • Increase the timeout value on the server
  • set compression level to zero on the server (will make everything slower but helps with this issue)
  • make sure all proxies that are in between you and the svn server also have the timeout values increased

enter image description here

关于svn - TortoiseSVN checkout 失败错误 svn : E120106: ra_serf: The server sent a truncated HTTP response body,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19218445/

相关文章:

svn - 有没有办法使用 maven 自动重新集成功能分支?

java - 线程重新运行run()方法

svn - 有没有办法删除 svn 工作副本? svn 自动删除?

svn - 如何使用ansible导出svn文件?

linux - 从 Eclipse 和终端提示符使用 SVN

SVN : repository structure when 2 differents major version development in parallel?

visual-studio - 如何在 SVN 更新后自动执行 Visual Studio 任务?

svn - TortoiseSVN 应用补丁错误

svn - 如何使用TortoiseSVN将文件还原到以前的版本?

svn - svn中的正常(+)状态代表什么?