The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

  Log::Accounting::SVK - Accounting svn repository

SYNOPSIS

  my $acc = Log::Accounting::SVK->new(repository => 'svn://');
  $acc->process->report;

DESCRIPTION

This module make use of Algorithm::Accounting and SVK to do simple accounting of any SVK repository. The installed svn-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'.

So far it's quite simple and no big deal, different fields will be accounted in the future.

COPYRIGHT

Copyright 2004 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>