Nick Piper <nick.pi...@logica.com> writes: > New patch is: > > [[[ > Implement AuthzSVNReposRelativeAccessFile to allow SVNParentPath to use > a different authz configuration file for each repository. > > * subversion/mod_authz_svn/mod_authz_svn.c > (get_access_conf): Check if AuthzSVNReposRelativeAccessFile is used, > and if so, load the authz file from inside the repository being > accessed rather than one which is statically configured in the > Apache configuration. > (subreq_bypass, access_checker, check_user_id, auth_checker): > Recognise that it's valid not to have a AuthzSVNAccessFile if > AuthzSVNReposRelativeAccessFile is used. > (AuthzSVNAccessFile_cmd, AuthzSVNReposRelativeAccessFile_cmd): > Introduce functions to ensure AuthzSVNAccessFile and > AuthzSVNReposRelativeAccessFile are not used at the same time. > ]]]
I split some long lines and removed tabs. Committed in 1030536. Thanks! I introduced a typo which I fixed with r1030540. -- Philip