[Zope] ZPT WebDAV Editing Question

Dieter Maurer dieter@handshake.de
Mon, 10 Sep 2001 22:27:47 +0200 (CEST)


Chris Withers writes:
 > If I edit a ZPT over WebDAV using DreamWeaver (via Webdrive), I get a file
 > object when I save 'cos DW's save process goes:
 > 
 > 1. save temp file
 > 2. delete original file.
 > 3. rename temp file to new file.
 > 
 > Has anyone found a way to get around this?
I think it has been Evan that explained this (maybe a colleague):

  use WebDAV directly from DreamWeaver not via Webdrive
  and your problem should go away.

The post is in the mailing list archive ;-)


Dieter