Re: [Zope-dev] Some Zope distributions are missing Data.fs.in
Same thing on Debian. 'Data.fs.in' is missing there as well. This is a problem for me as the ZopeTestCase relies on a working Testing package and error reports start to trickle in... AFAIK, 'Data.fs.in' already contains things like the root Application object and the Control_Panel. If no base is given to the DemoStorage, these objects would have to be created every time. Also, 'Data.fs.in' is only 75kb and setting up a test ZODB from it is very fast. Using a large(r) Data.fs file as base for DemoStorage slows things down _considerably_. I am wondering how "getting rid of Data.fs.in" is supposed to look like, and for now am all for advising the packagers not to break the Testing package. ;-) Stefan --On Mittwoch, 11. September 2002 09:05 +0100 Chris Withers <chrisw@nipltd.com> wrote:
Craeg K Strong wrote:
I was just curious as to what the status is on this. I just had to apply the patch to yet another Win2000 computer. Thanks,
Well, whoever packages the Win32 binaries needs to re-package them properly. OR we need to be told that Data.fs.in should no longer be used. In which case, we need to change the testing package.
cheers,
Chris
_______________________________________________ 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 )
-- Those who write software only for pay should go hurt some other field. /Erik Naggum/
On Wed, Sep 11, 2002 at 03:49:25PM +0200, Stefan H. Holek wrote:
Same thing on Debian. 'Data.fs.in' is missing there as well. This is a problem for me as the ZopeTestCase relies on a working Testing package and error reports start to trickle in...
This is not correct. Data.fs.in is in /var/lib/zope/Data.fs.in. As part of the postinst, it is copied to /var/lib/zope/var. Jim Penny
Good to hear that! However, I have received the following report: ---8<---
I do have a 'Data.fs', 'Data.fs.lock' and 'Data.fs.tmp' files in the '/usr/lib/zope/var' directory, but no 'Data.fs.in' file. =( Is this bad?
My zope is 2.5.1 and I'm using python 2.1.3. I installed zope using the debian "apt-get" command...
---8<--- Stefan --On Mittwoch, 11. September 2002 10:49 -0400 Jim Penny <jpenny@universal-fasteners.com> wrote:
On Wed, Sep 11, 2002 at 03:49:25PM +0200, Stefan H. Holek wrote:
Same thing on Debian. 'Data.fs.in' is missing there as well. This is a problem for me as the ZopeTestCase relies on a working Testing package and error reports start to trickle in...
This is not correct. Data.fs.in is in /var/lib/zope/Data.fs.in. As part of the postinst, it is copied to /var/lib/zope/var.
Jim Penny
-- Those who write software only for pay should go hurt some other field. /Erik Naggum/
participants (2)
-
Jim Penny -
Stefan H. Holek