[Zope-CMF] what must I do to move CMF-Site from linux to windoze and back?
seb bacon
seb@jamkit.com
Tue, 24 Jul 2001 12:04:44 +0100
There has been some discussion about this about once every 2 weeks,
but no-one's been able to get it reliably reproduced, so no-one's
quite sure what it is. I think it's windows / unix line breaks
messing stuff up. Try converting everything in your skins to windows
style line breaks and see if that works. I *think* it did for me, but
I didn't have the time to investigate further - so it could have been
some other unseen voodoo.
FYI, I do this using a perl oneliner:
perl -pi -e 's/\n$/\r\n/' *
seb
* Robert Rottermann <robert@redcor.ch> [010724 10:17]:
> Hi there,
> I can not move a CMF-site between Linux and Windoze. The problem is that all skins are empty when an exported site is imported "on the other side"
> I just tried whether this hapens on 2.4 also, and it does!
> I checked importing a site in 2.4 windows (CMF from CVS) I exported from a Linux 2.3.3 CMF 1.1
>
> Thanks for any tips
> Robert