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

Re: mod_dav_svn: nested Location '/svn' hinders access to '' in SVNPath Location '/svn'

From: Branko Čibej <brane_at_apache.org>
Date: Tue, 22 Mar 2016 12:49:45 +0100

On 22.03.2016 12:36, Manju C wrote:
> Yes, We had two <Location> directives, <Location /svn> and <Location
> /svn_old>. we removed the <Location /svn_old> still same issue.
>
> But if we change the <Location /svn> to <Location /> or <Location /repos>
> even to <Location /SVN> its working fine.

/svn is a proper prefix of /svn_old, that's what's confusing httpd. Your
Location directives should read:

<Location /svn/>
...
</Location>

and

<Location /svn_old/>
...
</Location>

That is, you should include the trailing slash.

-- Brane
Received on 2016-03-22 12:49:49 CET

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.