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

How can I run a "binary search based upon date"?

From: Matt England <mengland_at_mengland.net>
Date: 2005-09-30 14:59:20 CEST

How can I run a "binary search based upon date" as described by Josh below
to test Dale's RepoMerge.py script (as seen here:
http://www.thehirts.net/blog/?page_id=24 ) to make sure things are working?

Sorry if I'm ignorant; I admin Subversion, but I don't use it in a detailed
fashion that much up until now--my developers do more of that.

-Matt

>Date: Fri, 16 Sep 2005 10:35:26 -0500
>From: Joshua Varner <jlvarner@gmail.com>
>Content-Type: text/plain; charset=ISO-8859-1
>Subject: Saving history when converting multiple repos into one?
>
>On 9/16/05, Dale Hirt <dale@sbcltd.com> wrote:
> > In what sense would it break data-related searches, Josh?
> >
> > It wouldn't be too hard to whip up a script though, to interleave
> various revisions and repos.
> >
>[snip]
>
>On 9/15/05, Dale Hirt <dale@sbcltd.com> wrote:
>[snip]
> > 4. Load old repositories using --parent-dir arg
> > svnadmin load new-repos --parent-dir oldrepo1dir < oldrepo1.load
> > svnadmin load new-repos --parent-dir oldrepo2dir < oldrepo2.load
> > svnadmin load new-repos --parent-dir oldrepo3dir < oldrepo3.load
> >
>
>Assuming all three repositories have 100 revs and were
>created on Jan 1 and the dump files are from July 1,
>then the new repository will have dates like this:
>
>Jan 1 ---> July 1 Jan1 ---> July1 Jan1 --> July1
>rev 1 ---> rev 100 rev101 --> rev200 rev 201 --> rev 300
>from repoA from repoB from repoC
>
>The date based checkouts use a binary search, I believe,
>to find the right date, but since the revisions from the three
>separate repositories are only ordered in their own dumpfile
>the resulting repository will not be.
>
>This breaks binary searching on date. If you're not doing
>that, then no big deal, all of the information is present in
>the repository.
>
>Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 30 15:02:02 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.