[SVN][FAQ] SVN疑難雜症

這邊紀錄使用svn所遭遇到的問題。

同事說做了某一次的commit後,再也無法操作了,從TortoiseSVN GUI執行checkout的操作,會顯示錯誤

XML parsing failed
The XML response contains invalid XML 

後來直接到command line執行checkout的動作

svn co http://localhost/svn/test test
使用者名稱: alvin
'alvin' 的密碼: ******
A    test\ini
A    test\ini\Test
A    test\ini\Test\Accounting.ini
A    test\ini\Prod
A    test\ini\Prod\Accounting.ini
A    test\AZZ_Super

svn: REPORT of '/svn/test/!svn/vcc/default': Could not read chunk size: connection was closed by server (http://localhost)

根據這錯誤的關鍵字 "chunk size",找到下面這篇文章 

http://stackoverflow.com/questions/772894/updating-from-svn-repository-returns-could-not-read-chunk-size-error

最後,直接把apache web restart ,結案....