Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git svn: migrate tests to use lib-httpd
[gitweb.git]
/
t
/
lib-httpd
/
apache.conf
diff --git
a/t/lib-httpd/apache.conf
b/t/lib-httpd/apache.conf
index 9317ba08582d2a5d06ef5a2a8d8e63c72a146b3b..70c8ee21cbd34ccbadbc95cef9f6b67686557784 100644
(file)
--- a/
t/lib-httpd/apache.conf
+++ b/
t/lib-httpd/apache.conf
@@
-192,8
+192,8
@@
RewriteRule ^/half-auth-complete/ - [E=AUTHREQUIRED:yes]
<IfDefine SVN>
LoadModule dav_svn_module modules/mod_dav_svn.so
- <Location /
svn
>
+ <Location /
${LIB_HTTPD_SVN}
>
DAV svn
- SVNPath
svnrepo
+ SVNPath
"${LIB_HTTPD_SVNPATH}"
</Location>
</IfDefine>