"David D. Kilzer" [off-list ref] writes:
Changed the ptouch bash function to use the "Text Last Updated"
date reported by 'svn info' when changing the modified time
(mtime) of the file/symlink/directory in the git working
directory. Previously it used the mtime of the item in the
svn working directory, which caused the race condition.
Signed-off-by: David D. Kilzer <redacted>
quoted hunk
@@ -350,8 +355,8 @@ test_expect_success 'info unknown-symlink-directory' "
cd svnwc &&
ln -s unknown-directory unknown-symlink-directory &&
cd .. &&
- ptouch gitwc/unknown-symlink-directory \
- svnwc/unknown-symlink-directory &&
+ ptouch svnwc/unknown-symlink-directory \
+ gitwc/unknown-symlink-directory &&
Hmph. Am I the only one who finds this repetition somewhat
disturbing?