On Thu, Jan 13, 2022 at 4:15 PM William A Rowe Jr <wr...@rowe-clan.net> wrote: > > I'm trying to work out how trunk on httpd test framework is busted on > Windows, irrespective > of using an msys2, sfl-ubuntu, or older win32 native svn build. The > problem always devolves > to something like shown below; > > svn co -q -r 1896892 > https://svn.apache.org/repos/asf/httpd/test/framework/trunk > httpdtest-1896892 > svn: E000013: Can't move > '/c/Users/wrowe/dev/oss-httpd-build/src/httpdtest-1896892/.svn/tmp/svn-yIVLxQ' > to > '/c/Users/wrowe/dev/oss-httpd-build/src/httpdtest-1896892/.svn/pristine/b4/b4648076d6b2a3dfab889875d892252d5ed2594c.svn-base': > Permission denied > make: *** [../mak/Makefile.download:36: httpdtest-1896892] Error 1 > > The file it is attempting to move to already exists (why?) Any > guidance is appreciated, since > it is painful to grab this on a native ubuntu vm and slough it back to > windows to be able > to run the framework on windows.
No clue on the error but the r/o git mirror is at least something else to try: g...@github.com:apache/httpd-tests.git When we had intermittent SVN errors in the travis builds, we pulled from this instead.