[Checkins] SVN: zope.session/trunk/ Move core component from zope.app.session to zope.session

Baiju M mbaiju at zeomega.com
Wed Sep 26 02:18:04 EDT 2007


Roger Ineichen wrote:
>  Log message for revision 80044: Move core component from
>  zope.app.session to zope.session
>
>  Note: Some of the next commits will be broken because I have a
>  chicken and egg problem.
>
>  The zope.session uses zope.app.authentication in it's test setup.
>  This requires to change the zope.app.session, zope.session and
>  zope.app.authentication all at once which is not possible. Because
>  they depend in it's test setup on each other.
>
>  I'll do the next steps in the nice old trunk, it's impossible to do
>  it with the egg development process. So I will add eggs later after
>  the trunk works

You can develop two or more packages concurrently using buildout.
In zope.* package's buildout.cfg, you can see a line like this:

  develop = .

That means develop the current package.  If you want to develop more
than one packages, add it to that line like this (use spaces to separate):

  develop = . /one/package ../other/package

You can also commit two or more packages without checking the whole tree.
But its not good, so I am going to the details.

Regards,
Baiju M




More information about the Checkins mailing list