30 Jul
2001
30 Jul
'01
9:22 p.m.
This is for everyone using a trunk CVS checkout of Zope. (Until you do this, Zope won't start.) To facilitate the StandaloneZODB effort and in the name of general tidyness, we're changing four modules into packages. Unfortunately, our current CVS setup does not allow these packages to be added automatically to existing checkouts. So if you have an existing trunk checkout, cd to the "lib/python" subdirectory and execute the following commands: cvs co -d ThreadedAsync Packages/ThreadedAsync cvs co -d zLOG Packages/zLOG cvs co -d zdaemon Packages/zdaemon cvs co -d Persistence Packages/Persistence cvs -q up -dP That should get you fully up to date. Shane