repository uuids

Daniel Shahaf d.s at daniel.shahaf.co.il
Tue May 20 12:31:28 CDT 2008


Redirecting from users at .

Daniel Shahaf wrote on Sat, 17 May 2008 at 11:14 +0300:
> Stefan Küng wrote on Sat, 17 May 2008 at 09:03 +0200:
> > 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
> 


More information about the svnbook-dev mailing list