On Mon, Feb 17, 2020 at 05:32:48PM -0500, Eric Covener wrote: > > >> There is also the complicating factor of the svn:external for > > >> https://svn.apache.org/repos/asf/perl/Apache-Test/trunk > > >> > > > > > > Good point. Not sure how to map svn:external in the git world. > > > > https://help.github.com/en/github/using-git/about-git-subtree-merges > > > > seems to be an approach, but not sure how this works with our svn to git > > mirroring. > > IIUC We could also just use it from CPAN with a README about dropping > in an Apache-Test checkout if you need to debug the framework itself? > Other than that, we could use a vendor/ like approach and see what's > new around release time.
Yeah, so long as the existence of the svn:externals doesn't preclude mirroring, I think we can safely ignore it. The test suite does seem to work with an external install of Apache::Test just fine. OK so I will ask for httpd/test/framework to be mirrored to github, but first the really hard question - what to name it? Assuming we can pick an arbitrary name, "httpd-tests" makes sense to me. Regards, Joe
