当前位置: 首页 > 工具软件 > StatSvn > 使用案例 >

使用StatSVN编译代码变更(未成功)

傅朗
2023-12-01
  • 下载

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版本太新,无法工作。

 类似资料: