用STATSVN统计公司SVN代码修改

简介:

直接用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.

目录
相关文章
|
12月前
5-20|本文目标为svn合并代码
5-20|本文目标为svn合并代码
|
自然语言处理 Shell 网络安全
Liunx服务器搭建SVN服务,并通过钩子实现代码自动部署
Liunx服务器搭建SVN服务,并通过钩子实现代码自动部署
175 3
SVN 如何将分支代码合并回主干
SVN 如何将分支代码合并回主干
116 0
idea右击项目却不显示svn提交按钮菜单Subversion选项,无法提交代码
idea右击项目却不显示svn提交按钮菜单Subversion选项,无法提交代码
2158 0
idea右击项目却不显示svn提交按钮菜单Subversion选项,无法提交代码
|
Java Android开发
eclipse中向svn提交代码冲突的解决
eclipse中向svn提交代码冲突的解决
|
Android开发
Android 中使用SVN恢复原来的代码
Android 中使用SVN恢复原来的代码
121 0
|
Android开发
Android中使用Tortoise SVN遇到代码被锁定的解决办法
Android中使用Tortoise SVN遇到代码被锁定的解决办法
202 0
亲测解决,IDEA-SVN无法更新代码。
为什么SVN update不能更新别人提交的代码?
亲测解决,IDEA-SVN无法更新代码。
SVN回滚代码时,提示冲突怎么办
SVN回滚代码时,提示冲突怎么办
130 0
SVN回滚代码时,提示冲突怎么办