| Log-Accounting-SVK documentation | view source | Contained in the Log-Accounting-SVK distribution. |
Log::Accounting::SVK - Accounting svn repository
my $acc = Log::Accounting::SVK->new(repository => 'svn://'); $acc->process->report;
This module make use of Algorithm::Accounting and SVK to do
simple accounting of any SVK repository. The installed svk-accounting.pl
script demostrate a simple use to this module, you may try:
svk-accounting.pl //
This will display all the contributions of developers under repository '//'. You may also specify depotpath like '//trunk/svk'.
Or, you may generated developer social-network by svk-developer-graph.pl
command:
svk-developer-graph.pl //
This would be more informative on mirrored-path, like
svk-developer-graph //mirror/svk
So far it's quite simple and no big deal, different fields will be accounted in the future.
svk-accounting.pl, svk-developer-graph.pl
Copyright 2004,2005 by Kang-min Liu <gugod@gugod.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See <http://www.perl.com/perl/misc/Artistic.html>
| Log-Accounting-SVK documentation | view source | Contained in the Log-Accounting-SVK distribution. |