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/CVSUsageDuringTra...
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 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? Am I using the wrong CVS-tree? What is the difference between the Zope-2_6-branch and the Zope-2_6-i18n-branch? Can somebody give me more info? Regards, PieterB
--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
I think you're checking out the HEAD mistakenly. Here are the right commands to check out the branch: cvs -d :pserver:anonymous@cvs.zope.org:/cvs-repository login cvs -z7 -d :pserver:anonymous@cvs.zope.org:/cvs-repository \ checkout -r Zope-2_6-branch -d 26_Branch Zope I'm not sure what the real difference is between the i18n branch and the other, however. You'd probably need to do a manual diff. - C On Sun, 2002-10-27 at 14:04, Pieter Biemond (prive) 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/CVSUsageDuringTra...
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
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?
Am I using the wrong CVS-tree? What is the difference between the Zope-2_6-branch and the Zope-2_6-i18n-branch?
Can somebody give me more info?
Regards,
PieterB
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Andreas Jung -
Chris McDonough -
pieterb@gewis.nl