From users-return-17653-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Tue Apr 9 22:17:40 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 5A052F1CE for ; Tue, 9 Apr 2013 22:17:40 +0000 (UTC) Received: (qmail 93807 invoked by uid 500); 9 Apr 2013 22:17:39 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 93775 invoked by uid 500); 9 Apr 2013 22:17:39 -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 Delivered-To: moderator for users@subversion.apache.org Received: (qmail 86446 invoked by uid 99); 9 Apr 2013 22:15:42 -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 (athena.apache.org: domain of remo@me.com designates 17.158.236.236 as permitted sender) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8626,1.0.431,0.0.0000 definitions=2013-04-09_08:2013-04-10,2013-04-09,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-1304090208 From: Remo Del Bello Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Subject: Error: "A subtree cannot specify a different DAV provider than its parent" Message-id: <3D89C1A9-74AA-4864-B599-34D70B7362A0@me.com> Date: Tue, 09 Apr 2013 15:14:59 -0700 To: users@subversion.apache.org MIME-version: 1.0 (Mac OS X Mail 6.3 \(1503\)) X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org I have setup a repository location on our Apache server at '/repos' with = the following: DAV svn SVNParentPath /path/to/repos SVNListParentPath on 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 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: DAV svn SVNPath /path/to/repos/reponame While this works, it produces continuous Apache errors that fill the log = and, if unchecked, the drive. The error is: [Tue Apr 09 14:30:50 2013] [error] A subtree cannot specify a different = DAV provider than its parent. 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 How can I fix this?=20 --=20 Remo Del Bello=