30 Jul
2001
30 Jul
'01
9:25 p.m.
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