[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: subversion admin tool

From: Maurer, Hermann <Hermann.Maurer_at_gft.com>
Date: 2005-06-13 19:07:52 CEST

Hello Cagatay,

I wrote a small perl script to get some statistics about the usage of my
subversion repositories. You can use it AS IS WITHOUT ANY WARRANTY.
Please feel free to modify or enhance the script. You will need some
additional perl modules from http://cpan.perl.org to run it.

A couple of details:

The typical call of the script is as following:

$ svn log -v --xml file:///path/to/repository | ./svn_mk_stats.pl

The script reads the output of svn log in xml format and prints some
details about the usage like this:

                  CHANGES FILES AUTHORS TOP3
This week 0 0 0
Last week 2 0 1 hermann(2)
This month 4 3 1 hermann(4)
Last month 8 0 1 hermann(8)
This year 31 32 2 hermann(30) klaus(1)
Total 39 56 3 hermann(37) helena(1)
klaus(1)

I hope I could help you.

Regards,
Hermann Maurer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Mon Jun 13 19:12:09 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.