Re: cvs2svn
From: Greg Stein <gstein_at_lyra.org>
Date: 2001-04-17 00:56:25 CEST
On Mon, Apr 16, 2001 at 02:58:11PM -0700, Bob Miller wrote:
Hmm. I was thinking "sorting by hash (with time as a secondary sort key)
Changing to sort by time first solves that, at the expense of tracking N
Oh wait. If an interleave of two sets occurs, then you don't know when you
Eek...
Well, some heuristics can deal with the lookahead. Stuff like:
* if the duration from CURRENT to the previous file is larger than D1, then
* if the duration from CURRENT to a set's latest file is larger than D2,
* remember N sets after closing, if a hit occurs (optional: within time T),
Note that we can easily generate statistics from various repositories (min,
Analysis of the intervals between file revisions can also be important. If
Cheers,
-- Greg Stein, http://www.lyra.org/Received on Sat Oct 21 14:36:28 2006 |
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.