NAME
SVN::Push - Push Repository to Remote Subversion Repository
SYNOPSIS
my $m = SVN::Push->new (source => $sourceurl, target => $desturl', startrev => 100, endrev => 'HEAD', logmsg => 'push msg' );
$m->init
$m->run
DESCRIPTION
see perldoc bin/svnpush for more documentation
AUTHORS
Gerald Richter <richter@dev.ecos.de>
CREDITS
A lot of ideas and code is taken from SVN::Mirror by Chia-liang Kao <clkao@clkao.org>
COPYRIGHT
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.