The GitHub Actions job "autoconf" on subversion.git has failed.
Run started by GitHub user notroj (triggered by notroj).

Head commit for run:
8b01cc8b485dfb0a5791f09074cada8475cf83c5 / Joe Orton <jor...@redhat.com>
mod_dav_svn: Use mod_dav's DAVBasePath setting to determine the
repository root path, allowing SVN to be configured via LocationMatch
like:

 <LocationMatch ^/repos/svn(.*)>
    DAV svn
    SVNParentPath /srv/repos
    DAVBasePath /repos
 </LocationMatch>

by mapping URL path "/repos/svnfoo" to the filesystem path of
"/srv/repos/svnfoo". This partially addresses issues like SVN-4790
(with minimal added complexity), though does not provide as much
flexibility as discussed in SVN-2679.

* subversion/mod_dav_svn/mod_dav_svn.c
  (dav_svn__get_root_dir): Retrieve and return the setting from
  DavBasePath via dav_get_base_path() where that API is available
  and DavBasePath is configured.
  (dav_svn__translate_name): Use dav_svn__get_root_dir() to determine
  the repos root for the same reason.

Report URL: https://github.com/apache/subversion/actions/runs/13199305135

With regards,
GitHub Actions via GitBox

Reply via email to