I converted CVSNT respositoy to SVN repository some days ago, and config mod_dav_svn in Apache http.conf.
When I try 'svn log http://192.168.105.4:8000/svn/cmcc', it shown some logs but failed/terminated at some revisions with a message like: svn: REPORT of '/svn/cmcc/!svn/bc/1': 200 OK (http://192.168.105.4:8000) I try to the svn:// protocol to get log of the failed revisions, it can get the log, but the log is not human-readable like the following: svn log svn://192.168.105.4 -r 1 ------------------------------------------------------------------------ r1 | (no author) | 2005-11-10 17:28:50 +0800 (星期四, 10 十一月 2005) | 2 lines Standard project directories initialized by cvs2svn.?\211?\201 cvs2svn ?\179?\245?\202?\188?\187?\175?\181?\196?\177?\234?\215?\188?\207?\238?\196? \191?\206?\196?\188?\254?\188?\208 ------------------------------------------------------------------------ It seems a charset encoding problem of 'revprops' files because I set 'ctx.initial_project_commit_message' cvs2svn options config file to a string contains Chinese characters, and cvs2svn options config file itself is encode in GBK, and it seems cvs2svn does not converted the charset encoding of initial_project_commit_message to UTF-8. Does this encoding issue can caused mod_dav_svn REPORT failed?