Michael Spang [off-list ref] writes:
I've had no failures with the patch (without it, they are quite frequent).
I've seen the failures myself without the patch, and working it
around is a good thing, however...
Cheers,
Michael Spang
From f3a86250469df6607b71da235ac69ccb82d59fd9 Mon Sep 17 00:00:00 2001
From: Michael Spang <redacted>
Date: Mon, 12 Feb 2007 19:33:37 -0500
Subject: [PATCH] Work around Subversion race in git-svn tests.
+poke() {
+ touch -r "$1" -d +1sec "$1"
+}
I wonder how portable this might be.