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

SVN + MacOSX WebDAV client - MKCOL returns 409

From: Graham Leggett <minfrin_at_sharp.fm>
Date: Sun, 14 Jun 2015 15:05:15 +0200

Hi all,

I have an svn repository based on mod_dav_svn v1.7.19 that I am connecting to via the MacOSX Webdav client (10.10.3) and can browse the repo without a problem.

Autoversioning is on:

  SVNParentPath /home/${HOST}/repo/svn
  SVNListParentPath on
  SVNAutoversioning on
  ModMimeUsePathInfo on

When I try create a new folder via MacOSX, the client tries to use MKCOL to create a directory called “untitled folder”, but the response is a conflict 409:

192.168.xx.xx - minfrin_at_sharp.fm [14/Jun/2015:13:58:08 +0100] "PROPFIND /svn/repo/untitled%20folder HTTP/1.1" 404 259 "-" "WebDAVFS/3.0.0 (03008000) Darwin/14.3.0 (x86_64)" "-" "-"
192.168.xx.xx - minfrin_at_sharp.fm [14/Jun/2015:13:58:08 +0100] "MKCOL /svn/repo/untitled%20folder HTTP/1.1" 409 507 "-" "WebDAVFS/3.0.0 (03008000) Darwin/14.3.0 (x86_64)" "-" “-“

The error log says this:

[Sun Jun 14 14:02:51.066093 2015] [dav:error] [pid 16316:tid 139865412835072] [client 192.168.xx.xx:61832] <DAV:cannot-modify-checked-in-parent> [409, #0]

Is this normal behaviour is there something I am missing?

Regards,
Graham

Received on 2015-06-14 15:45:14 CEST

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.