[Zope-CMF] can't move cmf from windows to linux

Dieter Maurer dieter@handshake.de
Thu, 25 Jul 2002 21:00:50 +0200


Chris Withers writes:
 > alan runyan wrote:
 > > 
 > > > What do I need to do to get this to work? Is there
 > > > path information stored in Data.fs? Everything but CMF
 > > > is OK.
 > > 
 > > yes.  it is. you will need recreate your FSDirectoryViews via a script or
 > > manually.
 > 
 > Is it just me or does this blow?
 > 
 > Would anyone object if I changed the DirectoryView code slightly to do a
 > path.join(path.split(thing)) on this?
Will this help?

  I think a Unix "path.split" will not split Windows path names
  (and vice versa). And what to do with "c:" prefixes (fortunately,
  they will probably not be there).


Dieter