git svn: migrate tests to use lib-httpd
commita8a5d2511871caec259036af95d7dd6287d12925
authorEric Wong <e@80x24.org>
Sat, 23 Jul 2016 04:26:08 +0000 (23 04:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Jul 2016 17:42:34 +0000 (25 10:42 -0700)
tree9e3e9e21f963acfa9dfa18b3f5868233c9356b9c
parent7b232add79b5d95a1f5dbdf72eeb8fa9a6b92a56
git svn: migrate tests to use lib-httpd

This allows us to use common test infrastructure and parallelize
the tests.  For now, GIT_SVN_TEST_HTTPD=true needs to be set to
enable the SVN HTTP tests because we reuse the same test cases
for both file:// and http:// SVN repositories.  SVN_HTTPD_PORT
is no longer honored.

Tested under Apache 2.2 and 2.4 on Debian 7.x (wheezy) and
8.x (jessie), respectively.

Cc: Clemens Buchacher <drizzd@aon.at>
Cc: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-git-svn.sh
t/lib-httpd.sh
t/lib-httpd/apache.conf
t/t9115-git-svn-dcommit-funky-renames.sh
t/t9118-git-svn-funky-branch-names.sh
t/t9120-git-svn-clone-with-percent-escapes.sh
t/t9142-git-svn-shallow-clone.sh