简体   繁体   English

svn信息库中的上次结帐时间

[英]last checkout time on a svn repository

Is there a way to check the last checkout time of developers on a svn repository (something like an admin command). 有没有一种方法可以检查svn存储库上开发人员的最后签出时间(类似于admin命令)。 Would like to track on usage patterns related to frequency of checkout. 想跟踪与结帐频率相关的使用模式。

You can configure Apache to produce specific SVN logs. 您可以配置Apache以生成特定的SVN日志。 See the svn book on how to do that and what that log contains. 请参阅svn书 ,了解如何执行该操作以及该日志包含的内容。

StatSVN gives you this and many more metrics. StatSVN为您提供了此以及更多指标。 For example: 例如:

StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development, eg timeline for the lines of code, contribution of each developer etc. The current version of StatSVN generates a static suite of HTML or XDOC documents containing tables and chart images. StatSVN从Subversion存储库中检索信息,并生成描述项目开发的各种表格和图表,例如代码行的时间表,每个开发人员的贡献等。StatSVN的当前版本生成包含表格和图表的静态HTML或XDOC文档套件图片。

Feature list: 功能列表:
•Lines of code (LOC) metrics per commit, author, directory, and file. •每个提交,作者,目录和文件的代码行(LOC)指标。
•Commit history •提交历史
•LOC evolution graph, activity by date and time of day •LOC演变图,按日期和时间划分的活动
•Web repository integration (ViewVC, Chora, Trac) •Web存储库集成(ViewVC,Chora,Trac)
•Bug tracker integration (Bugzilla, Mantis) •错误跟踪器集成(Bugzilla,Mantis)
•Apache Ant task •Apache Ant任务
•Generate HTML, XML, XDOC •生成HTML,XML,XDOC
•Concurrently query server to obtain lines of code changed/added, per file, per commit •并发查询服务器,以获取每个文件,每次提交更改/添加的代码行
•Works with multiple branches •与多个分支一起工作
•Basic support for copy/renames •基本支持复制/重命名
•Support for tags •支持标签
•Can anonymizes committer names •可以匿名提交者名称

使用SVN“结帐挂钩”?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM