解決 SVN 經過 Squid 執行 commit 失敗的方法
錯誤訊息
主要是在 Subversion(SVN) commit 時出現類似以下的錯誤訊息
Error: Commit failed (details follow): Error: MKACTIVITY of '/repos/xxprj/!svn/act/52-e3b8f0': Could not parse response status line. (http://mail.ichiayi.com)
解決方案
解決方法就是將這些 SVN 的 COMMAND (REPORT MERGE MKACTIVITY CHECKOUT) 加入 squid.conf 內的 extension_methods
- /etc/squid/squid.conf
: # TAG: extension_methods : extension_methods REPORT MERGE MKACTIVITY CHECKOUT # TAG: request_entities :