|
NAMELog::Accounting::SVK - Accounting svn repository SYNOPSISmy $acc = Log::Accounting::SVK->new(repository => 'svn://'); $acc->process->report; DESCRIPTIONThis 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. SEE ALSOsvk-accounting.pl, svk-developer-graph.plCOPYRIGHTCopyright 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>
Visit the GSP FreeBSD Man Page Interface. |