[Zope-dev] Re: What do I get from 'cvs co Zope'?

Maik Jablonski maik.jablonski@uni-bielefeld.de
Mon, 02 Dec 2002 16:49:12 +0100


Stefan H. Holek wrote:
> It appears that when I currently do 'cvs co Zope' I get a version that 
> already requires Python 2.2.2. GvR's zdctl.py stuff uses lambdas in a 
> way that Python 2.1 does not grok.
> 
> How can I get at a Python 2.1.3 post 2.6.0 checkout?

You have to specify the correct branch:

cvs -z7 -d :pserver:anonymous@cvs.zope.org:/cvs-repository checkout -r 
Zope-2_6-branch Zope

please read:

http://dev.zope.org/CVS/FrontPage

-mj