from Zope to filesystem
Filesystem Directory Views are used in CMF to enable you to manage stuff on the filesystem. Is there something that goes the other way? That is, how do you take a Zope folder and squirt all the objects into their filesystem representations (if the object has one)? Export doesn't fit the bill for hopefully obvious reasons. Thanks, // mark -
Mark McEahern wrote:
how do you take a Zope folder and squirt all the objects into their filesystem representations (if the object has one)?
- ftp to ZOPE at port 8021 [default] and download the stuff - or use a tool like wget / pavuk / etc... - or check http://vsbabu.org/webdev/pydev/zopemir.html -mj -- German Zope User Group http://www.dzug.org/
Tres FSDump product is useful here: http://www.zope.org/Members/tseaver/FSDump - C On Wed, 2002-11-20 at 16:10, Mark McEahern wrote:
Filesystem Directory Views are used in CMF to enable you to manage stuff on the filesystem. Is there something that goes the other way? That is, how do you take a Zope folder and squirt all the objects into their filesystem representations (if the object has one)? Export doesn't fit the bill for hopefully obvious reasons.
Thanks,
// mark
-
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Chris McDonough -
Maik Jablonski -
Mark McEahern