Andreas Jung wrote at 2007-7-22 08:11 +0200: > ... >As already mentioned at least twice a week: export/import only works >between _identical_ setups.
But, it does not become true through repetition. Export/import *may* well work also between different setups. The risk is only much higher than copying the storage as a whole because on import all objects are checked and if the check fails for a single object, the complete import will fail. If the storage is copied, then no objects are checked. Only on access, problematic objects will show up as broken objects. Whether or not a given object will have problems is identical between export/import and storage copy. -- Dieter _______________________________________________ Zope maillist - [email protected] 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 )
