SVN::Pusher - Propagate changesets between two different svn repositories.


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

Index


NAME

Top

SVN::Pusher - Propagate changesets between two different svn repositories.

SYNOPSIS

Top

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

    $m->init();

    $m->run();

DESCRIPTION

Top

See perldoc bin/svn-pusher for more documentation.

BUGS

Top

Please report any bugs or feature requests to bug-test-run-cmdline@rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SVN-Pusher. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc SVN::Pusher

You can also look for information at:

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/SVN::Pusher

* CPAN Ratings

http://cpanratings.perl.org/d/SVN::Pusher

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=SVN::Pusher

* Search CPAN

http://search.cpan.org/dist/SVN::Pusher/

SOURCE AVAILABILITY

Top

The latest source of SVN::Pusher is available from its BerliOS Subversion repository:

http://svn.berlios.de/svnroot/repos/web-cpan/SVN-Pusher/

AUTHORS

Top

Shlomi Fish <shlomif@iglu.org.il>

(based on SVN::Push by Gerald Richter <richter@dev.ecos.de>)

CREDITS

Top

Original SVN::Push module by Gerald Richter. Modified into SVN::Pusher by Shlomi Fish.

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

COPYRIGHT

Top


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