RE: [Zope] Export multiple objects at once?
No easy way that I know of. A few options: 1) Figure out the API and write a script to do it 2) Export/import the container If you don't want the whole container as it is now, one option would be to move or copy the objects around into a temporary container and then export/import that container. Hope that helps! J.F. -----Original Message----- From: zope-bounces+jean-francois.doyon=ccrs.nrcan.gc.ca@zope.org [mailto:zope-bounces+jean-francois.doyon=ccrs.nrcan.gc.ca@zope.org]On Behalf Of Bryan Simmons Sent: September 3, 2004 3:36 PM To: zope-list List Subject: [Zope] Export multiple objects at once? I'm trying to abandon an instance of Zope for a newer one but I have objects (ZWiki pages and such) that I want to export and import into the new instance. How do I export more than one object from an instance at one time? -- Regards, Bryan Simmons -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Rick Osborne -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Fri, Sep 03, 2004 at 03:40:34PM -0400, Jean-Francois.Doyon@CCRS.NRCan.gc.ca wrote:
No easy way that I know of.
A few options:
1) Figure out the API and write a script to do it 2) Export/import the container
If you don't want the whole container as it is now, one option would be to move or copy the objects around into a temporary container and then export/import that container.
If you can run both servers at once, ZSyncer might provide an easier way to do it. You can select a bunch of objects to transfer at once. Under the hood it basically does the same thing as import / export. --PW
Hope that helps! J.F.
-----Original Message----- From: zope-bounces+jean-francois.doyon=ccrs.nrcan.gc.ca@zope.org [mailto:zope-bounces+jean-francois.doyon=ccrs.nrcan.gc.ca@zope.org]On Behalf Of Bryan Simmons Sent: September 3, 2004 3:36 PM To: zope-list List Subject: [Zope] Export multiple objects at once?
I'm trying to abandon an instance of Zope for a newer one but I have objects (ZWiki pages and such) that I want to export and import into the new instance. How do I export more than one object from an instance at one time? --
Regards,
Bryan Simmons -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Rick Osborne -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev ) _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Paul Winkler http://www.slinkp.com
participants (2)
-
Jean-Francois.Doyon@CCRS.NRCan.gc.ca -
Paul Winkler