Hi, for the NZO effort I downloaded the site-layout product. Looking at the makefiles I see, that in cvs.mk we have a section # Zope versions src/Zope-2.5.0: CVS_REPOSITORY=${ZOPE_CVS_REPOSITORY} src/Zope-2.5.0: CVS_MODULE=Zope src/Zope-2.5.0: CVS_TAG=-r Zope-2_5_0-src src/Zope-2.5-head: CVS_REPOSITORY=${ZOPE_CVS_REPOSITORY} src/Zope-2.5-head: CVS_MODULE=Zope src/Zope-2.5-head: CVS_TAG=-r Zope-2_5-branch My question is: What for do we have src/Zope-2.5.0 and src/Zope-2.5-head? Is this just to be able to test against diverent zope versions? Thanks for any info. Robert mit freundlichen GrĂ¼ssen Robert Rottermann Wir wollen Technik mit Menschlichkeit verbinden, um Menschen mit Technik zu erreichen. www.redcor.ch - die website www.redcor.net - zope trainings (and more)
Did you download NZO_SiteLayout or site-layout? I think they are different... The entries in cvs.mk are just there to let us switch between Zope versions as necessary by aliasing. ----- Original Message ----- From: "Robert Rottermann" <robert@redcor.ch> To: "zope-dev" <zope-dev@zope.org> Sent: Monday, August 12, 2002 4:06 PM Subject: [Zope-dev] site-layout question Hi, for the NZO effort I downloaded the site-layout product. Looking at the makefiles I see, that in cvs.mk we have a section # Zope versions src/Zope-2.5.0: CVS_REPOSITORY=${ZOPE_CVS_REPOSITORY} src/Zope-2.5.0: CVS_MODULE=Zope src/Zope-2.5.0: CVS_TAG=-r Zope-2_5_0-src src/Zope-2.5-head: CVS_REPOSITORY=${ZOPE_CVS_REPOSITORY} src/Zope-2.5-head: CVS_MODULE=Zope src/Zope-2.5-head: CVS_TAG=-r Zope-2_5-branch My question is: What for do we have src/Zope-2.5.0 and src/Zope-2.5-head? Is this just to be able to test against diverent zope versions? Thanks for any info. Robert mit freundlichen GrĂ¼ssen Robert Rottermann Wir wollen Technik mit Menschlichkeit verbinden, um Menschen mit Technik zu erreichen. www.redcor.ch - die website www.redcor.net - zope trainings (and more) _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org 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 )
participants (2)
-
Chris McDonough -
Robert Rottermann