How do I export objects with the change history
I have a wikiweb that has all the change history since its inception available to users. I want to export this to a new Zope installation without losing this information. How do I do this? ---- Dylan Jay mailto:djay@avaya.com Avaya Communication Tel: +61 2 9886-8961 Level 3, 123 Epping Road FAX: +61 2 9352 9224 Nth Ryde NSW 2113 Mobile: 0409 606 171 AUSTRALIA
Jay, Dylan writes:
I have a wikiweb that has all the change history since its inception available to users. I want to export this to a new Zope installation without losing this information. How do I do this? Not sure, whether you can follow this line. But it would probably be the easiest way:
You start with your old "Data.fs" in the new side and there, you delete everything you do not like. An alternative may be an external Python script that uses XML-RPC to fetch the versions of an object in the source Zope and create/update them in the destination Zope. It would need an External Method in the destination to tweak modification time and friends. Not too easy... Dieter
participants (2)
-
Dieter Maurer -
Jay, Dylan