The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

    $m->init();

    $m->run();

DESCRIPTION

See perldoc bin/svn-pusher for more documentation.

BUGS

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

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

    perldoc SVN::Pusher

You can also look for information at:

SOURCE AVAILABILITY

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

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

AUTHORS

Shlomi Fish ( http://www.shlomifish.org/ ).

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

CREDITS

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

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.

See http://www.perl.com/perl/misc/Artistic.html