SVN::Mirror - Mirror remote repository to local Subversion repository


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

Index


NAME

Top

SVN::Mirror - Mirror remote repository to local Subversion repository

SYNOPSIS

Top

 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;

DESCRIPTION

Top

SVN::Mirror allows you to mirror remote repository to your local subversion repository. Supported types of remote repository are:

Subversion

with the SVN::Mirror::Ra backend.

CVS, Perforce

with the SVN::Mirror::VCP backend through the VCP framework.

find_remote_rev

AUTHORS

Top

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

Top


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