[Zope-dev] Re: ATTENTION: Zope trunk users

Shane Hathaway shane@zope.com
Mon, 30 Jul 2001 17:25:54 -0400


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