Hello,
I am trying to compile svn (and httpd) with VS2008 (for python 2.7
compatibility) on Win 7 Enterprise and am getting some test failures:
{{{
win-tests.py --release --cleanup --parallel
win-tests.py -r -c --httpd-dir=d:\Apache24 --httpd-daemon
}}}
[40/96] wc-queries-test.exe ... FAILED
[72/96] move_tests.py ......... success
For #40 I noticed that Andreas confirmed [1] that r1672295 fixes a (similar?)
issue (which is more recent than the 1.8.13 tag), so can I safely ignore this?
[1]
http://mail-archives.apache.org/mod_mbox/subversion-dev/201504.mbox/%[email protected]%3e
For #72, the test reports `success` but svn crashes during both test runs, is
this expected?
Many thanks,
~ Mark C