开发者

last checkout time on a svn repository

Is there a way to check the last checkout time 开发者_C百科of developers on a svn repository (something like an admin command). Would like to track on usage patterns related to frequency of checkout.


You can configure Apache to produce specific SVN logs. See the svn book on how to do that and what that log contains.


StatSVN gives you this and many more metrics. For example:

StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development, e.g. 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.

Feature list:
•Lines of code (LOC) metrics per commit, author, directory, and file.
•Commit history
•LOC evolution graph, activity by date and time of day
•Web repository integration (ViewVC, Chora, Trac)
•Bug tracker integration (Bugzilla, Mantis)
•Apache Ant task
•Generate 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


use a svn "checkout hook" ?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜