
SVN::Push - Push Repository to Remote Subversion Repository

my $m = SVN::Push->new (source => $sourceurl, target => $desturl', startrev => 100, endrev => 'HEAD', logmsg => 'push msg' );
$m->init
$m->run

see perldoc bin/svnpush for more documentation

Gerald Richter <richter@dev.ecos.de>

A lot of ideas and code is taken from SVN::Mirror by Chia-liang Kao <clkao@clkao.org>

Copyright 2004 by Gerald Richter <richter@dev.ecos.de>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.