From users-return-17722-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Wed Apr 17 22:57:35 2013 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 07044F51B for ; Wed, 17 Apr 2013 22:57:35 +0000 (UTC) Received: (qmail 36582 invoked by uid 500); 17 Apr 2013 22:57:34 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 36565 invoked by uid 500); 17 Apr 2013 22:57:34 -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 36553 invoked by uid 99); 17 Apr 2013 22:57:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 22:57:34 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of remo@me.com designates 17.158.236.236 as permitted sender) Received: from [17.158.236.236] (HELO nk11p04mm-asmtp001.mac.com) (17.158.236.236) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 22:57:28 +0000 Received: from [172.16.4.111] (unknown [12.146.200.2]) by nk11p04mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-26.01(7.0.4.26.0) 64bit (built Jul 13 2012)) with ESMTPSA id <0MLF00BXW92Q0P10@nk11p04mm-asmtp001.mac.com> for users@subversion.apache.org; Wed, 17 Apr 2013 22:56:51 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8626,1.0.431,0.0.0000 definitions=2013-04-17_08:2013-04-17,2013-04-17,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1302030000 definitions=main-1304170247 Content-type: text/plain; charset=us-ascii MIME-version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: Error: "A subtree cannot specify a different DAV provider than its parent" From: Remo In-reply-to: <3D89C1A9-74AA-4864-B599-34D70B7362A0@me.com> Date: Wed, 17 Apr 2013 15:56:50 -0700 Content-transfer-encoding: quoted-printable Message-id: References: <3D89C1A9-74AA-4864-B599-34D70B7362A0@me.com> To: users@subversion.apache.org X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org No suggestions at all? --=20 Remo Del Bello On Apr 9, 2013, at 3:14 PM, Remo Del Bello wrote: > I have setup a repository location on our Apache server at '/repos' = with the following: >=20 > > DAV svn > SVNParentPath /path/to/repos > SVNListParentPath on >=20 > I did this so that I could simply create new repositories and have = them immediately available without having to create new Apache conf = files and restarting the daemon. This setup produces repos with URLs = like: http://svn.domain.dom/repos/reponame >=20 > Sometimes, however, we have need to give external vendors access to a = repository or a specific branch of a repository. Since I don't want them = to have access to any of the other repos or even to the list of = repositories itself, I've been creating additional Apache conf files = specifying a different location for the same repository: >=20 > > DAV svn > SVNPath /path/to/repos/reponame >=20 > While this works, it produces continuous Apache errors that fill the = log and, if unchecked, the drive. The error is: >=20 > [Tue Apr 09 14:30:50 2013] [error] A subtree cannot specify a = different DAV provider than its parent. >=20 > I believe this is related to using "SVNParentPath" for the location in = one place and "SVNPath" in another. Is this correct? Or is it the = re-specifying of "DAV svn"? Either way, if I remove the two SVN lines = from the vendor workaround conf file, SVN stops working.=20 >=20 > How can I fix this?=20 >=20 > --=20 > Remo Del Bello