Re: [PATCH 2/2] git svn: migrate tests to use lib-httpd

2016-07-25 Thread Junio C Hamano
Eric Wong 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 h

[PATCH 2/2] git svn: migrate tests to use lib-httpd

2016-07-22 Thread Eric Wong
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