Merge branch 'ew/git-svn-http-tests'

Tests for "git svn" have been taught to reuse the lib-httpd test
infrastructure when testing the subversion integration that
interacts with subversion repositories served over the http://
protocol.

* ew/git-svn-http-tests:
  git svn: migrate tests to use lib-httpd
  t/t91*: do not say how to avoid the tests
This commit is contained in:
Junio C Hamano
2016-08-08 14:48:34 -07:00
10 changed files with 29 additions and 90 deletions

View File

@ -208,8 +208,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>