This is the README file for SVN::Push, a subversion repository distribution tool. Subversion is a version control system, you can find more information at http://subversion.tigris.org/. svn-pusher is a command line utility that allows one to propagate ("push") changesets between two repositories. SVN::Pusher is the back-end, and SVN::Pusher::CmdLine is its derived class, that also reports messages to the command line. * Installation You need subversion 0.37.0 release or newer, with perl bindings support to use SVN::Push. SVN::Push uses the stanard perl module install process: % perl Makefile.PL % make # make install * Configuration After install the module, see perldoc bin/svnpush and perldoc Push.pm for more information. * AUTHORS Shlomi Fish ( L ) (based on SVN::Push by Gerald Richter Erichter@dev.ecos.deE) * CREDITS A lot of ideas and code were taken from SVN::Mirror, which is written by Chia-liang Kao Eclkao@clkao.orgE. * COPYRIGHT Copyright 2004 by Gerald Richter Erichter@dev.ecos.deE 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