Re: svn status: does not notice changed file if timestamp of "new" file is older
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-11-12 14:36:36 CET
solo turn <soloturn99@yahoo.com> writes:
> maybe the date comparison logic is screwed? which file is it in?
I told you the name of the routine already: svn_wc_text_modified_p().
> i think you can only use date comparison for speeding up the
You can make one simple judgement: that equal timestamps implies no
The basic logic is:
if (entry timestamp == working-file timestamp)
But unless you can give us a recipe for a bug, I don't think we can
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.