The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SVK::Command::Mirror - Initialize a mirrored depotpath

SYNOPSIS

 mirror [http|svn]://server.host/path DEPOTPATH
 mirror cvs::pserver:user@host:/cvsroot:module/... DEPOTPATH
 mirror p4:user@host:1666://depot/module/... DEPOTPATH

 # You may also list the target part first:
 mirror DEPOTPATH [http|svn]://server.host/path

 mirror --list
 mirror --upgrade /DEPOT/

DESCRIPTION

OPTIONS

 --list:               List mirrored path
 --upgrade:            Upgrade mirror state to latest version

AUTHORS

Chia-liang Kao <clkao@clkao.org>

COPYRIGHT

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