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

Re: Repository GUIDs again

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-08 00:20:00 CET

Greg Hudson <ghudson@MIT.EDU> writes:

> I would say that dump and load are most commonly going
> to be used for backups and database conversions, neither of which want
> to change the guid.

Database conversions *always* change the GUID.

$ svnadmin dump old > data # old has some GUID
$ svnadmin create new # new has a different GUID
$ svnadmin load new < data # new now has the same GUID as old

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 8 00:20:45 2003

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

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