[Zope-CVS] CVS: CVSROOT - repolinks:1.77

Barry Warsaw barry@wooz.org
Wed, 18 Dec 2002 14:55:09 -0500


Update of /cvs-repository/CVSROOT
In directory cvs.zope.org:/tmp/cvs-serv8577

Modified Files:
	repolinks 
Log Message:
Subdirectories also have to be EmptyDir'd :/


=== CVSROOT/repolinks 1.76 => 1.77 ===
--- CVSROOT/repolinks:1.76	Wed Dec 18 14:49:44 2002
+++ CVSROOT/repolinks	Wed Dec 18 14:54:38 2002
@@ -23,6 +23,10 @@
 #   they're replaced by actual directories.  Not specifying the second
 #   path translates to a link that points to an empty directory
 #   (CVSROOT/Emptydir) - the CVS equivalent of a removed directory.
+#
+#   Note that you must *add* any subdirectories that are also to be
+#   removed, otherwise you'll get "no such file or directory" errors
+#   when doing a cvs update, post-change.
 
 ####################                            #####################
 # Where Link Lives #                            # Where Link Points #
@@ -98,24 +102,34 @@
 
 # These are retired in favor of ZODB3
 /StandaloneZODB/ZODB
+/StandaloneZODB/ZODB/tests
 /StandaloneZODB/ZEO
+/StandaloneZODB/ZEO/tests
+/StandaloneZODB/ZEO/zrpc
 /StandaloneZODB/ZEO1
+/StandaloneZODB/ZEO1/tests
 /StandaloneZODB/ExtensionClass
 /StandaloneZODB/BTrees
 /StandaloneZODB/bsddb3Storage
+/StandaloneZODB/bsddb3Storage/bsddb3Storage
+/StandaloneZODB/bsddb3Storage/docs
 /StandaloneZODB/Persistence
 /StandaloneZODB/ThreadedAsync
 /StandaloneZODB/zdaemon
 /StandaloneZODB/zLOG
+/StandaloneZODB/zLOG/tests
 /StandaloneZODB/logging
 
+# Retire these in favor of BDBStorage
+/ZODB3/bsddb3Storage     
+/ZODB3/bsddb3Storage/bsddb3Storage
+/ZODB3/bsddb3Storage/docs
+
 /ZODB3/ZODB              /Packages/ZODB
 /ZODB3/ZEO               /Packages/ZEO
 /ZODB3/ZEO1              /Packages/ZEO1
 /ZODB3/ExtensionClass    /Cruft/ExtensionClass
 /ZODB3/BTrees            /Packages/BTrees
-# Keep the target of bsddb3Storage empty instead of removing the line
-/ZODB3/bsddb3Storage     
 /ZODB3/BDBStorage	 /Packages/bsddb3Storage/bsddb3Storage
 /ZODB3/Persistence       /Packages/Persistence
 /ZODB3/ThreadedAsync     /Packages/ThreadedAsync