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

Re: repository uuids

From: Daniel Shahaf <danielsh_at_tigris.org>
Date: Sat, 17 May 2008 11:14:48 +0300 (Jerusalem Daylight Time)

Stefan Küng wrote on Sat, 17 May 2008 at 09:03 +0200:
> Hi,
>
> I always assumed that the repository uuids must be unique for each repository.
> Because of that assumption, the log cache in TSVN relies on that fact.
>

"Unique for each repository", yes; but with svnsync mirroring,
repositories can have more than one instance (the master instance and
the mirror instance) and all instances have the same UUID -- but not
necessarily the same youngest revision or svn:log revprop values.

In other words, the UUID is unique to a repository, but with svnsync
repositories can have multiple mutually indistinguishable instances
that might not be fully synced with each other.

There was a dev@ thread about this recently, which concluded that
inventing another "instance UUID" was unnecessary.

> But now, due to users reporting problems with our log cache we detected that
> in the svn book some examples are so that the repository uuid is not unique:
> http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.filtering
> The example to split one repository into several ones uses the following
> sequence to load the splitted dump files into new repositories:
>
> svnadmin create calc; svnadmin load calc < calc-dumpfile
> svnadmin create calendar; svnadmin load calendar < cal-dumpfile
> svnadmin create spreadsheet; svnadmin load spreadsheet < ss-dumpfile
>
> but with that sequence, all three repositories will have the same uuid as the
> original repository.
>
> Am I missing something? Or should the sequence better be:
>
> svnadmin create calc; svnadmin load calc --ignore-uuid < calc-dumpfile
> svnadmin create calendar; svnadmin load calendar --ignore-uuid < cal-dumpfile
> svnadmin create spreadsheet; svnadmin load spreadsheet --ignore-uuid <
> ss-dumpfile
>
> ?
>

+1

> Stefan
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-17 15:20:53 CEST

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.