Author: stsp
Date: Tue Dec  1 13:45:55 2020
New Revision: 1883990

URL: http://svn.apache.org/viewvc?rev=1883990&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Fix in-repos-authz Location in httpd.conf.

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=1883990&r1=1883989&r2=1883990&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Tue Dec  1 13:45:55 2020
@@ -1947,9 +1947,9 @@ 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 '<Location /authz-test-work/in-repos-authz>'
        echo >>$@.tmp '  DAV svn'
-       echo >>$@.tmp '  SVNParentPath     
$(SVN_WC)/subversion/tests/cmdline/svn-test-work/local_tmp'
+       echo >>$@.tmp '  SVNParentPath     
$(SVN_WC)/subversion/tests/cmdline/svn-test-work/repositories'
        echo >>$@.tmp '  AuthzSVNReposRelativeAccessFile "^/authz"'
        echo >>$@.tmp '  AuthType Basic'
        echo >>$@.tmp '  AuthName "Subversion Repository"'


Reply via email to