Re: [Zope] zexp import fails from linux to windows due to image filepaths

2008-07-17 Thread Tim Nash
You can use this to edit the zexp on the command line. It is from the cygwin build system. perl -pe 'BEGIN{binmode(STDIN); binmode(STDOUT);}; s/oldtext/newtext/g' copy_of_your.zexp fixed_copy_of_your.zexp then rename fixed_copy_of_your.zexp to the original zexp name and import it into a

Re: [Zope] zexp import fails from linux to windows due to image filepaths

2008-07-16 Thread Jaroslav Lukesh
From: Richard Ettema [EMAIL PROTECTED] with windows for development. Is there a way of getting the import procedure to ignore the errors and continue the import (i.e. any hints on how to modify the zope code)? Or is there a way to edit the zexp to do a search remove/replace of the file path

Re: [Zope] zexp import fails from linux to windows due to image filepaths

2008-07-16 Thread Richard Ettema
Quoting Jaroslav Lukesh [EMAIL PROTECTED]: You need to export your website folder as ZEXP in XML format. Then you could edit this file at search/replace basis. But before this, try to re-import this ZEXP file, if it is able to import (not all zexp exports are able to reimport). Regards, JL.