On 3/20/06, Rodent of Unusual Size <[EMAIL PROTECTED]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Garrett Rooney wrote:
> > On 3/20/06, Geir Magnusson Jr <[EMAIL PROTECTED]> wrote:
> >>
> >>My question was slightly different, related to commits before the import
> >>date vs the commits after the import date for the same id.
> >
> > Yeah, there's no easy way to determine that programatically at this point.
>
> Why not?  Each commit has a timestamp associated with it.
> Examine/count only those in the right date range.

Well, it's harder than that because the commits are not completely
ordered, you'd have to know the date ranges and what subset of the
tree they apply to.  But what I actually meant was that you'd have to
manually track down the dates at which each import occurred, because
that can't easily be deduced from the revision history, since imports
happen via svnadmin load, which just looks like a series of commits.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to