# New Ticket Created by  Cosimo Streppone 
# Please include the string:  [perl #48555]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48555 >


Here is the tiny patch that fixes
the order of arguments in the "svk mirror" command.

-- 
Cosimo
--- source.html Thu Dec 13 21:25:54 2007
+++ source2.html        Thu Dec 13 21:32:13 2007
@@ -210,9 +210,14 @@
 but that is probably ok.</p>
 
 <pre>
-  svk mirror //parrot/remote https://svn.perl.org/parrot/trunk
+  svk mirror https://svn.perl.org/parrot/trunk //parrot/remote
   svk sync -s HEAD //parrot/remote
 </pre>
+
+<p><code>//parrot/remote</code> is your local name for the mirrored
+svn repository. You can choose whatever name you want. Anyway, that
+won't affect the physical filesystem path where svk stores repository
+data.</p>
 
 <p>If you really need a local copy of all historical revisions on your
 local machine, please use the following process to bootstrap your

Reply via email to