[Bps-public-commit] SD branch, master, updated. b7cf5a3566ac3e58caeee1cded90d702b23cda38
jesse
jesse at bestpractical.com
Wed Jul 15 18:58:18 EDT 2009
The branch, master has been updated
via b7cf5a3566ac3e58caeee1cded90d702b23cda38 (commit)
via 0b4d907bbabb068ae3ccb1f612acfb3b484fa96d (commit)
from 02289830494b5e751ff6999bd80d8a679e2afd9b (commit)
Summary of changes:
lib/App/SD/CLI/Command/Help/Sync.pm | 33 +++++++++++++++++++++++++++++----
lib/App/SD/CLI/Dispatcher.pm | 2 +-
2 files changed, 30 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 0b4d907bbabb068ae3ccb1f612acfb3b484fa96d
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Jul 15 18:57:14 2009 -0400
Foreign replica doc improvements. Thanks to eichin++
diff --git a/lib/App/SD/CLI/Command/Help/Sync.pm b/lib/App/SD/CLI/Command/Help/Sync.pm
index b4204a6..67c1d6a 100644
--- a/lib/App/SD/CLI/Command/Help/Sync.pm
+++ b/lib/App/SD/CLI/Command/Help/Sync.pm
@@ -47,10 +47,21 @@ print <<EOF
-w is a shortcut for --writable and -p is a shortcut for --port
for this command.
-SD can sync to external systems as well as itself. Currently, there are foreign
-replica types for RT (http://bestpractical.com/rt) and Hiveminder
-(http://hiveminder.com/). If you're interested in building a replica type for
-your bug tracker, you should get in touch with SD's developers (see
+SD can sync to external systems as well as itself. Currently, there
+are foreign replica types for:
+
+ RT (http://bestpractical.com/rt)
+ Hiveminder (http://hiveminder.com/)
+ Trac (http://trac.edgewall.com)
+ Google Code (http://code.google.com)
+ GitHib (http://github.com).
+
+Read-only support is available for:
+
+ Redmine (http://redmine.org)
+
+If you're interested in building a replica type for your bug
+tracker, you should get in touch with SD's developers (see
http://syncwith.us/contact).
The RT server is specified as as rt:serveraddress|Queue|Query
@@ -65,6 +76,20 @@ The RT server is specified as as rt:serveraddress|Queue|Query
${cmd}pull --from "rt:http://rt3.fsck.com|rt3|Owner='jesse'"
Pull changes from a foreign replica to be merged into the
local replica.
+
+ Cloning from Google Code
+
+ ${cmd}clone --from gcode:k9mail
+
+ Cloning from Trac
+
+ ${cmd}clone --from trac:https://trac.parrot.org/parrot
+
+ Cloning from GitHub
+
+ ${cmd}clone --from github:miyagawa/remedie
+
+
EOF
}
commit b7cf5a3566ac3e58caeee1cded90d702b23cda38
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Jul 15 18:58:03 2009 -0400
'help clone' now does the right thing, thanks to eichin++
diff --git a/lib/App/SD/CLI/Dispatcher.pm b/lib/App/SD/CLI/Dispatcher.pm
index c455883..e7fe11b 100644
--- a/lib/App/SD/CLI/Dispatcher.pm
+++ b/lib/App/SD/CLI/Dispatcher.pm
@@ -48,7 +48,7 @@ under help => sub {
on [ ['search', 'list', 'find'] ] => run_command('Help::Search');
- on [ ['sync', 'push', 'pull', 'publish', 'server'] ]
+ on [ ['sync', 'push', 'pull', 'publish', 'server','clone'] ]
=> run_command('Help::Sync');
on qr/^(\S+)$/ => sub {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list