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:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/cvs-repository co -r zope-2_3-branch 
Zope2

and

  % cvs -z7 up -r zope-2_3-branch

-- 
Martijn Pieters
| Software Engineer  mailto:[EMAIL PROTECTED]
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
---------------------------------------------

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to