[Zodb-checkins] CVS: ZODB3/ZODB - component.xml:1.5

Fred L. Drake, Jr. fred@zope.com
Fri, 17 Jan 2003 15:07:24 -0500


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv11651

Modified Files:
	component.xml 
Log Message:
Document the dangerous "create" option of the file storage.


=== ZODB3/ZODB/component.xml 1.4 => 1.5 ===
--- ZODB3/ZODB/component.xml:1.4	Fri Jan 17 15:05:28 2003
+++ ZODB3/ZODB/component.xml	Fri Jan 17 15:07:22 2003
@@ -8,7 +8,12 @@
   <sectiontype name="filestorage" datatype=".FileStorage"
                implements="storage">
     <key name="path" required="yes"/>
-    <key name="create" datatype="boolean" default="false"/>
+    <key name="create" datatype="boolean" default="false">
+      <description>
+        Flag that indicates whether the storage should be truncated if
+        it already exists.
+      </description>
+    </key>
     <key name="read-only" datatype="boolean" default="false"/>
     <key name="stop"/>
     <key name="quota" datatype="integer"/>