-----Original Message----- From: Robin Becker [mailto:robin@jessikat.demon.co.uk] Sent: Tuesday, October 19, 1999 7:01 AM To: zope-dev@zope.org Subject: Re: [Zope-dev] XMLWidget ldemo undeletable.
... It's a bit worrying that Data.fs.in has a problem though. Makes me wonder if my CVS isn't bringing the file down in binary mode.
Data.fs.in is generated from the database, it does not come with the distribution. It is safe to delete it, it is the index file into the database that speeds up load time. If you delete it, Zope will just take a few extra seconds at start time to rebuild it. I'm not sure if the tranalyzer was meant to be pointed at it, it has a very different format than Data.fs. I suspect you would get an error from tranalyzer if you pointed it at a perfectly good index file. -Michel
-- Robin Becker