[Zope] Spontaneous Namespace Binding Combustion with Script(Python)?
Dieter Maurer
dieter@handshake.de
Wed, 25 Sep 2002 19:52:01 +0200
Chris Withers writes:
> Dieter Maurer wrote:
> ...
> > I had to analyse "Data.fs" twice, to verify similar statements.
> > In both cases, they proved to be wrong.
>
> In what way did they prove to be wrong?
Someone said, it was this way and it was not...
> > I used "fsdump" and "truncate" in my forensic research...
>
> I just used the Undo tab in ZMI. Is it possible for transactions to be committed
> and not show up in the root undo tab of a ZMI?
I did not see this yet (did not look for it, though). But, often
transactions maskerade.
In one of the cases above, I analysed why a folder was lost in the
ZODB. The most natural way was to look for a "manage_delObjects"
inside the containing folder.
But, the folder was lost because the containing folder has been deleted
and then recreated with an "manage_importObject"; just the imported
version did no longer have the missing folder.
Dieter