Comment 3 for bug 244715

Revision history for this message
Philipp von Weitershausen (philikon) wrote : Re: [Bug 244715] [NEW] TALES string expressions cannot co-exist with dynamic path expressions

El 2 Jul 2008, a las 22:49 , Jeff Shell escribió:
> But I'd like to help and keep Zope 2 solid, so I'll try to supply some
> tests, patches, or whatever is necessary. Are there up-to-date docs
> about how to work with a development checkout, run tests, etc?

Sorry for the late reply.

Getting a working checkout of Zope 2 is easy:

   $ export z=svn+ssh://<email address hidden>/repos/main
   $ svn co $z/Zope/trunk Zope

   $ cd Zope
   $ ./configure --with-python=...
   $ make

   $ python test.py