statsvn查看代码情况

xiaoxiao2021-02-27  244

先安装tortoisesvn  安装时选择 command line client tools   选择这个后bin目录才会有svn.exe

把目录检出到文件夹  在文件夹中执行命令:svn log -r {2017-8-1}:{2017-8-30} -v --xml >logfile.log

在有statsvn.jar的文件夹下执行

C:\statsvn>java -jar statsvn.jar   路径\logfile.log   检出的代码路径

tips:{}里面填写时间段   会生成该时间段的日志    再执行statsvn.jar对该日志进行分析

转载请注明原文地址: https://www.6miu.com/read-10645.html

最新回复(0)