| SVN-Mirror documentation | view source | Contained in the SVN-Mirror distribution. |
SVN::Mirror - Mirror remote repository to local Subversion repository
my $m = SVN::Mirror->new (source => $url, repos => '/path/to/repository', target_path => '/mirror/project1' repos_create => 1, skip_to => 100 ); $m->init; $m->run;
SVN::Mirror allows you to mirror remote repository to your local subversion repository. Supported types of remote repository are:
with the SVN::Mirror::Ra backend.
with the SVN::Mirror::VCP backend through the VCP framework.
Chia-liang Kao <clkao@clkao.org>
Copyright 2003-2005 by Chia-liang Kao <clkao@clkao.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| SVN-Mirror documentation | view source | Contained in the SVN-Mirror distribution. |