> -----Original Message----- > From: Johan Corveleyn [mailto:jcor...@gmail.com] > Sent: vrijdag 18 januari 2013 11:50 > To: Ryan Schmidt > Cc: Laird Nelson; users@subversion.apache.org > Subject: Re: Local modification on checkout? >
> Further, when mixing SVNKit with native svn usage, it's possible that > last-mod-times are already mismatching immediately after checkout. > That's because of an issue in SVNKit [2], where it only notes the > last-mod-time in the svn metadata up to millisecond precision. So if > you 'svnkit co', followed by 'nativesvn status', all files will have > mismatching timestamps, so they'll all be checksummed. Thanks for bringing this up.. I expected a problem like this, but was never able to confirm this. (if you have a pointer to more details, please let me know) This would exactly explain this problem. (Just like it explained a similar problem in our testsuite yesterday. Python appears to have a similar problem in its file timestamps) Bert