Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion 2 new revisions pushed by djc.ocht...@gmail.com on 2010-08-05 17:51 GMT
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
couchdb-pyt...@googlecode.com  
View profile  
 More options Aug 5 2010, 1:56 pm
From: couchdb-pyt...@googlecode.com
Date: Thu, 05 Aug 2010 17:56:51 +0000
Local: Thurs, Aug 5 2010 1:56 pm
Subject: [couchdb-python] 2 new revisions pushed by djc.ocht...@gmail.com on 2010-08-05 17:51 GMT
2 new revisions:

Revision: f11eac36f8
Author: Dirkjan Ochtman <dirk...@ochtman.nl>
Date: Thu Aug  5 10:50:35 2010
Log: Install replication script.
http://code.google.com/p/couchdb-python/source/detail?r=f11eac36f8

Revision: fa57ba4e2f
Author: Dirkjan Ochtman <dirk...@ochtman.nl>
Date: Thu Aug  5 10:51:04 2010
Log: Show required arguments in description string.
http://code.google.com/p/couchdb-python/source/detail?r=fa57ba4e2f

=========================================================================== ===
Revision: f11eac36f8
Author: Dirkjan Ochtman <dirk...@ochtman.nl>
Date: Thu Aug  5 10:50:35 2010
Log: Install replication script.
http://code.google.com/p/couchdb-python/source/detail?r=f11eac36f8

Modified:
  /setup.py

=======================================
--- /setup.py   Sun Jun  6 09:40:12 2010
+++ /setup.py   Thu Aug  5 10:50:35 2010
@@ -140,6 +140,7 @@
              'couchpy = couchdb.view:main',
              'couchdb-dump = couchdb.tools.dump:main',
              'couchdb-load = couchdb.tools.load:main',
+            'couchdb-replicate = couchdb.tools.replicate:main',
          ],
      },

=========================================================================== ===
Revision: fa57ba4e2f
Author: Dirkjan Ochtman <dirk...@ochtman.nl>
Date: Thu Aug  5 10:51:04 2010
Log: Show required arguments in description string.
http://code.google.com/p/couchdb-python/source/detail?r=fa57ba4e2f

Modified:
  /couchdb/tools/replicate.py

=======================================
--- /couchdb/tools/replicate.py Thu Aug  5 10:47:57 2010
+++ /couchdb/tools/replicate.py Thu Aug  5 10:51:04 2010
@@ -55,7 +55,7 @@

  def main():

-    usage = '%prog [options]'
+    usage = '%prog [options] <source> <target>'
      parser = optparse.OptionParser(usage=usage)
      parser.add_option('--continuous',
          action='store_true',


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.