svn: E120106: ra_serf: The server sent a truncated HTTP response body.
症状
- svnでcheckoutを行うと、下記のエラーが発生し、checkoutが中断する
svn: E120106: ra_serf: The server sent a truncated HTTP response body.
対応
- stackoverflowの記事を参考に、svnのcleanupとupdateを行う
$ svn cleanup $ svn update
- エラーが解消され、中断していたcheckoutが再開する