This is the README file for SVN::Mirror, a subversion repository mirroring tool.

Subversion is a version control system, you can find more information at http://subversion.tigris.org/.

You need subversion 1.0.4 release or newer, with perl bindings support to use SVN::Mirror.

SVN::Mirror uses the stanard perl module install process:

% perl Makefile.PL
% make
# make install

After install the module, see perldoc svm for more information.

The latest SVN::Mirror could be found at: svn://svn.clkao.org/member/clkao/modules/SVN-Mirror/

Copyright 2003 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.

See <http://www.perl.com/perl/misc/Artistic.html>.