Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use SVN::Log;
    my $revs = SVN::Log::retrieve($repoURL, $rev1, $rev2);
    print Dumper($revs);
    
  2. or download this
    use warnings;
    use strict;
    ...
    1
    2012-11-13 14:16:18
    root