• 下载

https://sourceforge.net/projects/statsvn/files/

http://www.statsvn.org/downloads.html

  • 导出LOG文件
svn log  -v --xml d:\TsOffice3.1 > svn.log
  • 分析
java -jar statsvn.jar svn.log D:\TsOffice3.1 \
    -include **/*.java:**/*.c \
    -exclude **/test/*.java

结果报错:

十月 15, 2020 1:40:20 下午 net.sf.statsvn.util.JavaUtilTaskLogger info
信息: StatSVN - SVN statistics generation

十月 15, 2020 1:40:21 下午 net.sf.statsvn.util.JavaUtilTaskLogger error
严重: Subversion binary is incorrect version. Found: 1.13.0, required: 1.3.0

意思就是SVN版本太新,无法工作。