-
-
12 Sep 2008 16:34:22 UTC
- Distribution: SVN-Mirror
- Module version: 0.75
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (8)
- Testers (23 / 24 / 0)
- Kwalitee
Bus factor: 0- License: perl_5
- Activity
24 month- Tools
- Download (119.7KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Accessor
- Date::Format
- File::chdir
- SVN::Core
- SVN::Simple::Edit
- Term::ReadKey
- URI::Escape
- URI::file
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
SVN::Mirror - Mirror remote repository to local Subversion repository
SYNOPSIS
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
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
Chia-liang Kao <clkao@clkao.org>
COPYRIGHT
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.
Module Install Instructions
To install SVN::Mirror, copy and paste the appropriate command in to your terminal.
cpanm SVN::Mirror
perl -MCPAN -e shell install SVN::Mirror
For more information on module installation, please visit the detailed CPAN module installation guide.