[ZODB-Dev] ClientDisconnected error on windows

Jeremy Hylton jeremy@zope.com
Tue, 7 Aug 2001 13:07:18 -0400 (EDT)


There are instructions at:
http://dev.zope.org/CVS/ReadOnlyAccess

Here is a session trace:

slothrop:/tmp> cvs -d :pserver:anonymous@cvs.zope.org:/cvs-repository login
(Logging in to anonymous@cvs.zope.org)
CVS password: [just press return]

slothrop:/tmp> cvs -z7 -d :pserver:anonymous@cvs.zope.org:/cvs-repository checkout -r zeo-1_0-branch ZEO
cvs server: Updating ZEO
U ZEO/CHANGES.txt
U ZEO/README
cvs server: Updating ZEO/ZEO
U ZEO/ZEO/ClientCache.py
U ZEO/ZEO/ClientStorage.py
U ZEO/ZEO/Invalidator.py
U ZEO/ZEO/StorageServer.py
U ZEO/ZEO/__init__.py
U ZEO/ZEO/fap.py
U ZEO/ZEO/smac.py
U ZEO/ZEO/start.py
U ZEO/ZEO/trigger.py
U ZEO/ZEO/zrpc.py
cvs server: Updating ZEO/ZEO/doc
cvs server: Updating ZEO/ZEO/misc
cvs server: Updating ZEO/ZEO/test
cvs server: Updating ZEO/ZEO/tests
U ZEO/ZEO/tests/Cache.py
U ZEO/ZEO/tests/__init__.py
U ZEO/ZEO/tests/forker.py
U ZEO/ZEO/tests/multi.py
U ZEO/ZEO/tests/speed.py
U ZEO/ZEO/tests/testZEO.py
cvs server: Updating ZEO/docs
U ZEO/docs/ClientCache.txt
U ZEO/docs/ClientStorage.txt
U ZEO/docs/NonZopeREADME.txt
U ZEO/docs/ZopeREADME.txt
U ZEO/docs/start.txt
cvs server: Updating ZEO/misc
U ZEO/misc/README
U ZEO/misc/custom_zodb.py
U ZEO/misc/start_zeo
U ZEO/misc/stop_zeo

Jeremy