[Zodb-checkins] SVN: ZODB/branches/3.8/src/ZODB/scripts/strip_versions.py Better help text.

Jim Fulton jim at zope.com
Sat Aug 15 10:04:49 EDT 2009


Log message for revision 102805:
  Better help text.
  

Changed:
  U   ZODB/branches/3.8/src/ZODB/scripts/strip_versions.py

-=-
Modified: ZODB/branches/3.8/src/ZODB/scripts/strip_versions.py
===================================================================
--- ZODB/branches/3.8/src/ZODB/scripts/strip_versions.py	2009-08-15 13:55:50 UTC (rev 102804)
+++ ZODB/branches/3.8/src/ZODB/scripts/strip_versions.py	2009-08-15 14:04:48 UTC (rev 102805)
@@ -25,7 +25,15 @@
 
 The input and output arguments are file-storage file names.  If the -c
 option is used, then the input and output arguments must be storage
-configuration files.
+configuration files.  The -c option is provided to support use of
+storages other than file storages.
+
+Notes:
+
+- Blobs aren't copied. If you have a storage with *both* versions and
+  blobs, you'll need to copy the blob data separately.
+
+- The input storage must support iteration via the iterator method.
 """)
 parser.add_option(
     "-c", "--config", dest="config", action="store_true",



More information about the Zodb-checkins mailing list