本文介绍了svn可以使用哪些报告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们正在迁移到SVN.
We are in the process of moving to SVN.
不幸的是,对于我们来说,我们会定期接受审核,审核员需要以下信息:
文件更改的历史记录
访问SVN的历史记录
已添加新文件
文件更改
Unfortunately for us, we are audited periodically, where the auditors require information like:
Histories of changes to files
History of access to SVN
New files Added
Changes in files
是否有工具可以为我们(或其中一些)生成这些报告?
Is there a tool which can produce these reports for us (or some of these)?
推荐答案
StatSVN
是一个轻量级的Subversion报告生成器. http://www.statsvn.org/
StatSVN
is a light weight subversion report generator.http://www.statsvn.org/
-
首先生成详细的日志文件-
svn log
运行 StatSVN
,它是一个jar文件.
run StatSVN
, it is a single jar file.
StatSVN
提供了一系列指标:
- 哪个文件更改最多
- 添加了多少行
- 谁在贡献更多
这篇关于svn可以使用哪些报告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!