From users-return-23433-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Sun Jun 14 14:09:52 2015 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 387D9172D0 for ; Sun, 14 Jun 2015 14:09:52 +0000 (UTC) Received: (qmail 50798 invoked by uid 500); 14 Jun 2015 13:38:47 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 47219 invoked by uid 500); 14 Jun 2015 13:38:41 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 25907 invoked by uid 99); 14 Jun 2015 13:05:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2015 13:05:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of minfrin@sharp.fm designates 80.168.143.5 as permitted sender) Received: from [80.168.143.5] (HELO monica.sharp.fm) (80.168.143.5) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2015 13:03:28 +0000 Received: from [192.168.88.155] (unknown [192.168.88.155]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: minfrin@sharp.fm) by monica.sharp.fm (Postfix) with ESMTPSA id 4142B82A54 for ; Sun, 14 Jun 2015 14:05:16 +0100 (BST) From: Graham Leggett Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: SVN + MacOSX WebDAV client - MKCOL returns 409 Message-Id: <46CDF22B-53BE-4009-BFD2-E7A07E4F7C15@sharp.fm> Date: Sun, 14 Jun 2015 15:05:15 +0200 To: users@subversion.apache.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) X-Virus-Checked: Checked by ClamAV on apache.org 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 =E2=80=9Cuntitled folder=E2=80=9D, but the = response is a conflict 409: 192.168.xx.xx - minfrin@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@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)" "-" =E2=80=9C-=E2=80=9C 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] = [409, #0] Is this normal behaviour is there something I am missing? Regards, Graham =E2=80=94