ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
SVK::Command::Mirror(3) User Contributed Perl Documentation SVK::Command::Mirror(3) NAME SVK::Command::Mirror - Initialize a mirrored depotpath SYNOPSIS mirror [http|svn]://host/path DEPOTPATH mirror cvs::pserver:user@host:/cvsroot:module/... DEPOTPATH mirror p4:user@host:1666://path/... DEPOTPATH # You may also list the target part first: mirror DEPOTPATH [http|svn]://host/path mirror --list [DEPOTNAME...] mirror --relocate DEPOTPATH [http|svn]://host/path mirror --detach DEPOTPATH mirror --recover DEPOTPATH mirror --upgrade // mirror --upgrade /DEPOTNAME/ OPTIONS -l [--list] : list mirrored paths -d [--detach] : mark a depotpath as no longer mirrored --relocate : change the upstream URI for the mirrored depotpath --recover : recover the state of a mirror path --unlock : forcibly remove stalled locks on a mirror --upgrade : upgrade mirror state to the latest version perl v5.8.8 2007-01-06 SVK::Command::Mirror(3) |
|