Spurious MKCOL with Slide

Jean-Baptiste Quenot <[email protected]> Wed, 21 Sep 2005 13:17:34 +0200
Newsgroups gmane.comp.web.sitecopy
Message-ID <[email protected]>
Hello,

Thank you for sitecopy, it's great!

I'm  using it  successfully  with [1]Slide  WebDAV server  version
2.0,  but I  need to  run  sitecopy with  the command-line  switch
--keep-going because of the following error message:

someremotedir
Failed to update someremotedir:
405 Method Not Allowed: Another object already exist at /files/rootdir/someremotedir/
sitecopy: Errors occurred while updating the remote site.

Sitecopy tries to create already existing directories, see HTTP
dump attached.  Is that normal behaviour?

Best regards,
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/

[1] http://jakarta.apache.org/slide/

_______________________________________________
sitecopy maillist  -  [email protected]
http://dav.lyra.org/mailman/listinfo/sitecopy
aze (text/plain, 2.3 KB)
OPTIONS /slide/files/rootdir/ HTTP/1.1
Host: localhost:8080
User-Agent: sitecopy/0.15.0 neon/0.24.7
Keep-Alive: 
Connection: TE, Keep-Alive
TE: trailers


HTTP/1.1 200 OK
Set-Cookie: JSESSIONID=C18ADA2C4672BA992D466F3909888028; Path=/slide
DAV: 1, 2, slide, access-control, binding
DAV: version-control, version-history, checkout-in-place
DAV: workspace, working-resource, update, label
Allow: PROPPATCH, COPY, DELETE, POST, GET, REPORT, PROPFIND, PUT, UNBIND, MOVE, UNLOCK, TRACE, OPTIONS, HEAD, ACL, LOCK, BIND, CONNECT, REBIND, SEARCH
DASL: <DAV:basicsearch>
MS-Author-Via: DAV
Content-Length: 0
Date: Wed, 21 Sep 2005 10:57:11 GMT
Server: Apache-Coyote/1.1


MKCOL /slide/files/rootdir/someremotedir/ HTTP/1.1
Host: localhost:8080
User-Agent: sitecopy/0.15.0 neon/0.24.7
Connection: TE
TE: trailers


HTTP/1.1 405 Method Not Allowed: Another object already exist at /files/rootdir/someremotedir/
Set-Cookie: JSESSIONID=28F20E8B1A164CB30DD0984386645D99; Path=/slide
Content-Type: text/html;charset=ISO-8859-1
Content-Language: en-US
Content-Length: 1223
Date: Wed, 21 Sep 2005 10:57:11 GMT
Server: Apache-Coyote/1.1

<html><head><title>Apache Tomcat/5.0.27 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 40
5 - Method Not Allowed: Another object already exist at /files/rootdir/someremotedir/</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>Method Not Allowed: Another object already exist at /files/rootdir/someremotedir/</u></p><p><b>description</b> <u>The specified HTTP method is not allowed for the requested resource (Method Not Allowed: Another object already exist at /files/rootdir/someremotedir/).</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.0.27</h3></body></html>