On Fri, Apr 20, 2001 at 07:43:54AM +0200, Martijn Pieters wrote:
So, the Zope 2.3 series has its own branch, called zope-2_3-branch. To check out from that branch, add '-d zope-2_3-branch' to your checkout command (I use the short 'co' for it):
% cvs -z7 -d :pserver:anonymous@cvs.zope.org:/cvs-repository co -d zope-2_3-branch Zope2
Or you can switch an existing CVS sandbox to that tree by using the update command ('up' is the short version) in the root directory of the sandbox:
% cvs -z7 up -d zope-2_3-branch
Don't forget to recompile the extensions!
Whoops, wrong switch to cvs in this email. The commands should be: % cvs -z7 -d :pserver:anonymous@cvs.zope.org:/cvs-repository co -r zope-2_3-branch Zope2 and % cvs -z7 up -r zope-2_3-branch -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------