[Zope] Zope 2.6 from CVS
Andreas Jung
Andreas Jung <lists@andreas-jung.com>
Sun, 27 Oct 2002 20:14:45 +0100
--On Sonntag, 27. Oktober 2002 20:04 +0100 "Pieter Biemond (prive)"
<pieterb@gewis.nl> wrote:
> Hello,
>
> Can somebody explain how I can use Zope 2.6 from CVS (using Python
> 2.1.3)? Following
> http://dev.zope.org/Wikis/DevSite/Projects/SupportPython22/CVSUsageDuring
> Transition
>
>> There is (and will continue to be) a "current release branch", which is
>> the branch that stable (bug-fix) releases are made from. Currently the
>> release branch name is zope-2_6-branch, and is the branch from which we
>> make the Zope 2.6.x releases. For more information on branches and our
>> release process, see the Zope Release Policy.
>
> and tried the following:
>
> cvs -d :pserver:anonymous@cvs.zope.org:/cvs-repository login
> cvs -z7 -rzope-2_6-branch -d
> :pserver:anonymous@cvs.zope.org:/cvs-repository \ checkout Zope
Should be
cvs -z7 -d :pserver:anonymous@cvs.zope.org:/cvs-repository -r
Zope-2_6-branch checkout Zope
> When I try to start Zope, it barks that it wants Python 2.2.x.
> (doc/INSTALL.txt mentions Pytnon 2.2 will be required for 2.7)
> which shouldn't be required for 2.6?
No idea what happens with your wrong checkout but 2.6 *warns* you
that you are using 2.2.X instead of 2.1.3 and not the way as
you described it.
-aj