Eric Wong <e@xxxxxxxxx> writes: > 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@xxxxxx> > Cc: Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Eric Wong <e@xxxxxxxxx> > --- > t/lib-git-svn.sh | 91 +++++---------------------- > t/lib-httpd.sh | 8 ++- > t/lib-httpd/apache.conf | 4 +- > t/t9115-git-svn-dcommit-funky-renames.sh | 7 ++- > t/t9118-git-svn-funky-branch-names.sh | 2 +- > t/t9120-git-svn-clone-with-percent-escapes.sh | 2 +- > t/t9142-git-svn-shallow-clone.sh | 2 +- > 7 files changed, 30 insertions(+), 86 deletions(-) Nice code reduction ;-) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html