[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Support of missing/invalid dates

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2007-03-01 16:26:52 CET

On Tue, 2007-02-27 at 15:08 -0800, Blair Zajac wrote:
> The algorithm that searches for revision from a date, does it always use
> all the dates in the repository, or just the dates associated with the
> revisions that modified the subtree you are looking in?

The first (sort of).

The algorithm which resolves a date to a revision does not take a path
input, and it can potentially use the date of any revision. In reality,
it does a binary search, so it only uses the date of some small set of
revisions, but any bogus, misordered, or missing date can presumably
throw it off.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 1 16:26:51 2007

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.