[Bps-public-commit] SD branch, master, updated. 669e4c0549d2cc35c6196d12f45ae7d568037ee7

Kevin Falcone falcone at bestpractical.com
Sun Jun 21 15:25:49 EDT 2009


The branch, master has been updated
       via  669e4c0549d2cc35c6196d12f45ae7d568037ee7 (commit)
      from  afd8976a2037884ec85ca961a2bef5bf8cd268a4 (commit)

Summary of changes:
 lib/App/SD/CLI/Command/Help/Sync.pm |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 669e4c0549d2cc35c6196d12f45ae7d568037ee7
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Sun Jun 21 15:25:19 2009 -0400

    add some docs.
    
    Show a clone example
    fix quoting
    explain what goes between the colons

diff --git a/lib/App/SD/CLI/Command/Help/Sync.pm b/lib/App/SD/CLI/Command/Help/Sync.pm
index 718bca3..b4204a6 100644
--- a/lib/App/SD/CLI/Command/Help/Sync.pm
+++ b/lib/App/SD/CLI/Command/Help/Sync.pm
@@ -53,11 +53,16 @@ replica types for RT (http://bestpractical.com/rt) and Hiveminder
 your bug tracker, you should get in touch with SD's developers (see
 http://syncwith.us/contact).
 
-    ${cmd}push --to rt:http://rt3.fsck.com|rt3|Owner='jesse'
+The RT server is specified as as rt:serveraddress|Queue|Query
+
+    ${cmd}clone --from "rt:http://rt3.fsck.com|rt3|Owner='jesse'"
+      Create a local replica and pull data from a foreign replica.
+
+    ${cmd}push --to "rt:http://rt3.fsck.com|rt3|Owner='jesse'"
       Push changes to the given foreign replica. Foreign replica
       schemas will vary based on the replica type.
 
-    ${cmd}pull --from rt:http://rt3.fsck.com|rt3|Owner='jesse'
+    ${cmd}pull --from "rt:http://rt3.fsck.com|rt3|Owner='jesse'"
       Pull changes from a foreign replica to be merged into the
       local replica.
 EOF

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list