SVN-Mirror
view release on metacpan or search on metacpan
use SVN::Core '0.32';
use SVN::Mirror;
=head1 NAME
svm - command line interface for remote Subversion repository mirroring
=head1 SYNOPSIS
# the svn repository for svm to use
% setenv SVMREPOS ~/svm
# set the path mirror/svn to mirror official subversion trunk
% svm init mirror/svn http://svn.collab.net/repos/svn/trunk
# run the actual mirroring
# flatten the changesets between revision 1 thru 6000
% svm sync mirror/svn 6000
# merge back changes in local branch
% svn cp file://$SVMREPOS/mirror/svn file://$SVMREPOS/svn-local
( run in 1.397 second using v1.01-cache-2.11-cpan-6aa56a78535 )