Query about warnings: mod_dav_svn: nested Location '/repos/reponame' hinders access to '' in SVNPath Location '/repos/reponame'
From: Chris Rodgers <christopher.rodgers_at_cardiov.ox.ac.uk>
Date: Thu, 5 Oct 2017 11:31:37 +0100
Dear Subversion team,
I run subversion on a Fedora 26 machine, with Apache 2.4.27 and
I see lots of errors like this in my httpd error_log:
> [Thu Oct 05 10:53:19.131284 2017] [:warn] [pid 30014] mod_dav_svn:
> <Location /repos/reponame>
There are other equivalent <Location /repos/othername> blocks too.
How can I suppress this warning? / Does it matter?
Things I previously tried:
1. Per https://groups.google.com/forum/#!topic/subversion_users/kQNOHEYjjvs
I grepped all files in /etc/httpd to check. I do not have any nested
2. Again per
I adjusted the Location block to <Location /repos/reponame/>
and SVNPath /srv/svn/repos/reponame to SVNPath /srv/svn/repos/reponame/
(i.e. adding a trailing slash).
But this did not remove the warning, AND it meant that a svn clients now
> $ svn ls 'https://hostname/repos/reponame'
Using Chrome web browser, I see a 404 error at
Using TortoiseSVN's repository browser FAILS with this setup with an XML
svn ls, Chrome, and TortoiseSVN's repository browser can access folders
Best wishes,
Chris.
|
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.