|
From: Federico M. <fed...@gm...> - 2009-03-19 17:18:36
|
Hello, have you ever experienced an XML validation error? I am running StatSVN on Media Wiki's repository. More precisely, $ svn log -v --xml http://svn.wikimedia.org/svnroot/mediawiki > svn.log $ rxp -V svn.log #lots of output, no validation errors $ java -jar ../statsvn/dist/statsvn.jar -cache-dir ./cache/ -output-dir ./stat/ -title MediaWiki -tags ".*" -tags-dir ./mediawiki/tags/ ./svn.log ./mediawiki/ Mar 19, 2009 10:06:12 AM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: StatSVN - SVN statistics generation Parsing SVN log './svn.log' exclude pattern 'null' Logfile parsing failed. svn log: svn info: XML document structures must start and end within the same entity. Any suggestion? Debug and verbose flags didn't help at all. --Federico |