Ian Mordey <ian.mor...@wandisco.com> writes: > Thanks very much for your assistance. If you require any further info/tests > running please let me know and I'll sort it out.
Subversion 1.8 has regression tests for the atomic code: make check TESTS=subversion/tests/libsvn_subr/named_atomic-test It would be good it you could verify that the tests pass. These tests also get run if you run any of the full Subversion regression tests, things like: make check PARALLEL=1 CLEANUP=1 # file:// URLs make check PARALLEL=1 CLEANUP=1 FS_TYPE=bdb # BDB repositories make davautocheck PARALLEL=1 CLEANUP=1 # svn:// URLs make svnserveautocheck PARALLEL=1 CLEANUP=1 # http:// URLs -- Philip