ATTENTION: Zope trunk users
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
On Monday 30 July 2001 17:22, Shane Hathaway wrote:
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
... and after doing that, execute: rm -f *.pyc (or for Windows users:) del *.pyc Shane
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.
Are more CVS changes planned? Expecting CVS do the above sounds pretty ambitious :-) If you get it to work, I'd love to know how for when we need to do similar... cheers, Chris
Chris Withers wrote:
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.
Are more CVS changes planned?
No. I think this is the last.
Expecting CVS do the above sounds pretty ambitious :-) If you get it to work, I'd love to know how for when we need to do similar...
Something like this can be achieved with symlinks but there are dangers... Ken has something in mind, though, so stay tuned. Shane
participants (3)
-
Chris Withers -
Shane Hathaway -
Shane Hathaway