博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
用STATSVN统计公司SVN代码修改
阅读量:6716 次
发布时间:2019-06-25

本文共 1038 字,大约阅读时间需要 3 分钟。

直接用LOG,BOSS还是不满意,那只好架上JDK,用STATSVN了。

跑得还顺利,只是具体代码没跑出来。。

但共用一个帐号,害人呀,还好有提交注释里有程序员的名字。。

STATSVN文档很简单,简单报告也就一个命令。

java -jar statsvn.jar c:\myproject\svn.log c:\myproject

StatSVN README
==============

StatSVN is a statistics tool for SVN repositories. It generates

HTML reports from SVN log files.

The StatSVN Manual

The StatSVN manual is located here: http://svn.statsvn.org/statsvnwiki/index.php/UserManual

Quick Start

* Download the latest release from http://sourceforge.net/projects/statsvn/

* Expand the zip file into some directory, e.g c:\statsvn
* Check out a working copy of the desired SVN module into
some directory, e.g. c:\myproject.
* Change into that directory and type
'svn log --xml -v > svn.log'
* Change back to the c:\statsvn directory
* type 'java -jar statsvn.jar c:\myproject\svn.log c:\myproject'
* Open c:\statsvn\index.html in your web browser

You can tweak the output of StatSVN in various ways. Run

'java -jar statsvn.jar' for an overview of the command line
parameters, and check the manual for full information.

转载地址:http://yckmo.baihongyu.com/

你可能感兴趣的文章
Prometheus正式从CNCF毕业
查看>>
专访《更敏捷的测试》作者Janet Gregory和Lisa Crispin
查看>>
伯克利论断:Serverless 才是云时代的主宰
查看>>
理解BERT Transformer:Attention is not all you need!
查看>>
PHP实现博客Ping功能源码分享
查看>>
端到端的超媒体REST API设计
查看>>
Microsoft的现代数据管理
查看>>
AI如何帮助亚马逊达成市值万亿美元成就?
查看>>
马化腾演讲、张勇内部讲话暴露两大巨头云上端倪
查看>>
.NET Core 3.0中的数据库驱动框架System.Data
查看>>
英特尔发布CPU新架构,突破性采用3D堆栈法
查看>>
Elixir 1.3带来新的语言功能、API和改进后的工具
查看>>
Pivotal发布包含反应式数据访问特性的新一代Spring Data的第一个里程碑版本
查看>>
Guava-Optional(译)
查看>>
最新的Java SE平台和JDK版本发布计划
查看>>
从使用场景学Git
查看>>
码农的黑客反击战
查看>>
[deviceone开发]-直播APP心形点赞动画示例
查看>>
React Native 中的 Android 原生模块
查看>>
微信小程序新蓝海全行业深度解析报告
查看>>