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

Re: Query about warnings: mod_dav_svn: nested Location '/repos/reponame' hinders access to '' in SVNPath Location '/repos/reponame'

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 05 Oct 2017 11:52:41 +0000

Chris Rodgers wrote on Thu, 05 Oct 2017 12:37 +0100:
> You were right about the double Include of the subversion.conf file.
> Thank you!

You're welcome. I've clarified the error message in r1811189 and
nominated it for backport to 1.9.8:

     ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL,
- "mod_dav_svn: nested Location '%s' hinders access to '%s' "
- "in SVNPath Location '%s'",
+ "mod_dav_svn: Location '%s' hinders access to '%s' "
+ "in parent SVNPath Location '%s'",
                  child->root_dir,
                  svn_urlpath__skip_ancestor(parent->root_dir, child->root_dir),
                  parent->root_dir);

Cheers,

Daniel
Received on 2017-10-05 14:05:22 CEST

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.