Author: stsp
Date: Thu Nov 26 14:48:53 2020
New Revision: 1883839

URL: http://svn.apache.org/viewvc?rev=1883839&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Add the new required test Location
  "/authz-test-work/in-repo-authz" to the generated httpd config file.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1883839&r1=1883838&r2=1883839&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Nov 26 14:48:53 2020
@@ -1946,6 +1946,21 @@ ifeq ($(USE_AUTHZ_SHORT_CIRCUIT),yes)
        echo >>$@.tmp '    SVNPathAuthz short_circuit'
 endif
        echo >>$@.tmp '</Location>'
+       echo >>$@.tmp '<Location /authz-test-work/in-repo-authz>'
+       echo >>$@.tmp '  DAV svn'
+       echo >>$@.tmp '  SVNParentPath     
$(SVN_WC)/subversion/tests/cmdline/svn-test-work/local_tmp'
+       echo >>$@.tmp '  AuthzSVNReposRelativeAccessFile "^/authz"'
+       echo >>$@.tmp '  AuthType Basic'
+       echo >>$@.tmp '  AuthName "Subversion Repository"'
+       echo >>$@.tmp '  AuthUserFile $(HTTPD_CHECK_USERS)'
+       echo >>$@.tmp '  Require valid-user'
+ifeq ($(USE_HTTPV1),yes)
+       echo >>$@.tmp '  SVNAdvertiseV2Protocol off'
+endif
+ifeq ($(USE_AUTHZ_SHORT_CIRCUIT),yes)
+       echo >>$@.tmp '    SVNPathAuthz short_circuit'
+endif
+       echo >>$@.tmp '</Location>'
        echo >>$@.tmp '<Location /authz-test-work/mixed>'
        echo >>$@.tmp '  DAV               svn'
        echo >>$@.tmp '  SVNParentPath     
$(SVN_WC)/subversion/tests/cmdline/svn-test-work/local_tmp'


Reply via email to