On Fri, Aug 3, 2012 at 9:59 AM, David Grant wrote: > It looks like I can't reproduce any funny behaviour in Linux. jsvn and svn > behave identically in Linux it seems; however, multiple users are seeing > issues in Windows, and I'm sure they and myself have not altered their > config files at all, except for perhaps changing global ignores.
Could it be a Windows open file problem? I.e. If the file in question is still open, attempts to modify its timestamp may fail. >From the code snippet quoted, it appears the status of setting the timestamp is not checked to verify the operation succeeded. --ewh