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

Reply via email to