SVN::Push - Push Repository to Remote Subversion Repository


SVN-Push documentation  | view source Contained in the SVN-Push distribution.

Index


NAME

Top

SVN::Push - Push Repository to Remote Subversion Repository

SYNOPSIS

Top

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

$m->init

$m->run

DESCRIPTION

Top

see perldoc bin/svnpush for more documentation

AUTHORS

Top

Gerald Richter <richter@dev.ecos.de>

CREDITS

Top

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

COPYRIGHT

Top


SVN-Push documentation  | view source Contained in the SVN-Push distribution.