Re: beginner: problem to export ZODB object's contents tocsv file

"Jonathan" <[email protected]> Fri, 2 Mar 2007 10:54:53 -0500
Newsgroups gmane.comp.web.zope.database
Message-ID <001401c75ce3$1ef43180$677ba8c0@DESKTOP>
<snip>
----- Original Message ----- 
From: "Win Myint Aung" <[email protected]>
To: <[email protected]>
Sent: Friday, March 02, 2007 10:27 AM
Subject: Re: [Zope-DB] beginner: problem to export ZODB object's contents 
tocsv file

I tried to export ZODB an Zwiki page via import/export feature in ZMI. But 
only the last version of object is exported. I want to export all states of 
object in history. How can I do?
</snip>


I have never done this, but you may get some hints by looking at the source 
for 'manage_UndoForm' and fsdump.py


Jonathan