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

Re: Saving history when converting multiple repos into one?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-09-16 17:26:21 CEST

On 9/16/05, Dale Hirt <dale@sbcltd.com> wrote:
> In what sense would it break data-related searches, Josh?

Date, not data.

Date based searches work by doing a binary search through the
revisions, looking at the svn:date revprop. If the svn:date revprops
are not increasing along with the revision, this search doesn't work.
If you take two existing repositories and combine them together via
svnadmin load you'll likely end up with out of order svn:date
properties. Everything will continue to work, except for date based
searches.
 
> It wouldn't be too hard to whip up a script though, to interleave various revisions and repos.

It turns out to be pretty tricky, IIRC, but it is possible.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 16 17:30:41 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.