Philip Martin wrote: >> + cleanup: >> /* Sleep to ensure timestamp integrity. */ >> - svn_io_sleep_for_timestamps(base_abspath, pool); >> + if (commit_in_progress) >> + svn_io_sleep_for_timestamps(base_abspath, pool); > > This bit doesn't look right. commit_in_progress is set back to FALSE > before post-commit processing so as far as I can see a successful commit > no longer sleeps. This ould explain the buildbot failures > http://ci.apache.org/builders/svn-x64-centos-gcc/builds/9039
Thanks for catching this. I hadn't noticed the "commit_in_progress = FALSE". Will fix. r1463803. Hope that does it. - Julian