Re: [Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-29 Thread Tim Peters
[Tres] ... > I'll have to take your word for that; are you saying that > 'svn:external' doesn't work by default in the windows SVN clients? Crossed in the mail; no problem here. ... > OK, that works for me. AFAIK, the branch should be ready to merge > "whenever"; all the recent work on it ha

Re: [Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tim Peters wrote: > [Tres Seaver] > ... > >>Most of that work has been done on the trunk. The 'five-integration' >>branch changes consist largely of: >> >>- Setting up an 'svn:external' link to the Zope X3 3.0 repository >> (which is on a branch, pr

Re: [Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-29 Thread Tim Peters
... [Tres] >> - Setting up an 'svn:external' link to the Zope X3 3.0 repository >> (which is on a branch, pruned to include only the packages which were >> actually released with 3.0). [Tim] > Just noting that this may create new but short-lived problems for > developers on Windows (can't te

Re: [Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-29 Thread Tim Peters
[Tres Seaver] ... > Most of that work has been done on the trunk. The 'five-integration' > branch changes consist largely of: > > - Setting up an 'svn:external' link to the Zope X3 3.0 repository > (which is on a branch, pruned to include only the packages which were > actually released with 3

[Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-29 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Jung wrote: > > > --On Dienstag, 29. März 2005 14:07 Uhr -0500 Tim Peters <[EMAIL PROTECTED]> > wrote: > >> Regardless, what's the current status of this? Last I saw, Andreas >> announced a plan to release 2.8a2 this coming Friday evening

[Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-29 Thread Andreas Jung
--On Dienstag, 29. März 2005 14:07 Uhr -0500 Tim Peters <[EMAIL PROTECTED]> wrote: Regardless, what's the current status of this? Last I saw, Andreas announced a plan to release 2.8a2 this coming Friday evening (according to my clock ), but AFAICT the five-integration branch is still distinct fr

[Zope-dev] Re: Clarification re: Zope X3.1, 2.8

2005-03-29 Thread Tim Peters
Before I vanished for PyCon about two weeks ago, I was under the impression that merging Zope/branches/five-integration into Zope/trunk was imminent -- a matter of days, if not hours. Perhaps I was mistaken in that. Regardless, what's the current status of this? Last I saw, Andreas announced a p

[Zope-dev] Problems with zope 2.7.0 and ZODB (suse 9.1)

2005-03-29 Thread Antonio Beamud Montero
Hi all: I get the next errors, when I try to add some of my Product Instances... (In zope 2.5.0 works well...) 2005-03-29T18:52:47 INFO(0) ZODB Opening database for mounting: '1110315472_1112115167.490661' -- 2005-03-29T18:52:47 PROBLEM(100) ZODB Failed to mount database. exceptions.AttributeE

Re: [Zope-dev] Re: [Zope-Coders] Re: Question about procedures

2005-03-29 Thread Leonardo Rochael Almeida
Em Ter, 2005-03-29 às 17:21 +0200, Florent Guillaume escreveu: > martin f krafft <[EMAIL PROTECTED]> wrote: > > also sprach Florent Guillaume <[EMAIL PROTECTED]> [2005.03.24.1814 +0100]: > > > > -if RESPONSE is not None: > > > > +if RESPONSE is not None and ob: > > > > > > You sho

Re: [Zope-dev] Re: [Zope-Coders] Re: Question about procedures

2005-03-29 Thread Florent Guillaume
martin f krafft <[EMAIL PROTECTED]> wrote: > also sprach Florent Guillaume <[EMAIL PROTECTED]> [2005.03.24.1814 +0100]: > > > -if RESPONSE is not None: > > > +if RESPONSE is not None and ob: > > > > You should check 'and ob is not None' too. > > ... but ob is false when it is Non

[Zope-dev] Re: ZPT: defer expression fix

2005-03-29 Thread Christian Heimes
Florent Guillaume wrote: I had trouble finding your branch because you put it in Zope/tiran-zpt-pydefer instead of Zope/branches/tiran-zpt-pydefer. Could you move it ? Ups, done :) Christian ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org

[Zope-dev] Re: [Zope-Coders] Re: Question about procedures

2005-03-29 Thread martin f krafft
[moved from -coders to -dev] First off: I will go with Lennart's suggestion of branches; I fundamentally agree; I have just never worked on a project where branches for such petty things aren't overkill. I guess Zope is a number of magnitudes larger. :) Now sorry for the noise on zope-coders when

Re: [Zope-dev] ZPT: defer expression fix

2005-03-29 Thread Florent Guillaume
Christian Heimes <[EMAIL PROTECTED]> wrote: > PageTemplates have an undocumented features called defer:. It's a kind > of lazy initialization of variables. > > I've fixed to issues in my tiran-zpt-pydefer branch (svn): > > * DeferWrappers weren't working inside a python expression because >