[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

More DreamWeaver MX + svn woes

From: Carlos Valiente <lists_at_virutass.net>
Date: 2004-08-18 17:38:44 CEST

Hi! My DreamWeaver MX is happily talking to my Subversion thanks to
httpd-2.1's mod_dav_lock and AtoVersioning features. There's one small
glitch, however: DW is not able to create new files :-(

When updating an existing file ('index.html', in this example): DW
issues the following calls:

..
PROPFIND /index.html 207
LOCK /index.html 200
PROPFIND /index.html 207
PUT /index.html 204
PROPFIND /index.html 207
UNLOCK /index.html 204
..

When I try to create a new local file ('pepe.html'), DW fails because it
tries to LOCK it (that works) and then tries to issue a PROPFIND, which
fails because the file does not exist yet:

..
PROPFIND /index.html 404
LOCK /index.html 200
PROPFIND /index.html 404

Even more, I cannot create 'pepe.html' manually (with cadaver, for
instance) because it is locked (although it does not exist).

Any ideas on how to overcome this (if it's possible at all)?

Thanks,

Carlos Valiente <yo@virutass.net>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 18 17:39:25 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.