repository uuids

C. Michael Pilato cmpilato at red-bean.com
Tue May 20 13:24:51 CDT 2008


Good suggestion.  Committed in r3083.  Thanks.

Daniel Shahaf wrote:
> 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
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> svnbook-dev mailing list
>> svnbook-dev at red-bean.com
>> http://www.red-bean.com/mailman/listinfo/svnbook-dev


-- 
C. Michael Pilato <cmpilato at red-bean.com> | http://cmpilato.blogspot.com/

"The Christian ideal has not been tried and found wanting.  It has
  been found difficult; and left untried."  -- G. K. Chesterton




More information about the svnbook-dev mailing list