svn 1.8.11 命令行提交新添加文件错误

时间:2021-01-21 08:38:13
由于公司的svn服务器版本不兼容最新的svn 1.8.11导致 提交代码报错

➜  images  svn ci arrowico.png -m"add images for png ico"

Adding  (bin)  arrowico.png
Transmitting file data .svn: E120105: Commit failed (details follow):
svn: E120105: Error running context: The server sent an improper HTTP response

只能降级svn客户端版本到1.7。然后重新checkout代码