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

Quick question about "svnadmin dump"

From: Martin Ayotte <martinay_at_videotron.ca>
Date: 2003-06-15 03:11:18 CEST

Hi again folks !

Here is a scenario :

- I have a master repository in the path /Svn-Repository
- I do 2 backups repos respectively in /SvnBackup and /SvnBackup2 using the
following command :
        svnadmin dump /Svn-Repository/ | svnadmin load --force-uuid /SvnBackup/
- Then, I do again "svnadmin dump" commands on each into text file :
        svnadmin dump /Svn-Repository > dump1
        svnadmin dump /SvnBackup > dump2
        svnadmin dump /SvnBackup 2 > dump3
- Then, I do diffs to verify integrity, and I found that dump of the master
repository is not in the same order then the restore one :
        diff dump2 dump3 (compare Ok)
        diff dump1 dump2 (compare failed)
        diff dump1 dump3 (compare failed)

All the revisions are the same, but they are not in the same order in the
master repos,
Is there some things I should do to make the revisions appearing in the same
order in the master dump ?
If not, can we add a switch to make sure "svnadmin dump" order revisions
always in the same way ?

Thanks !

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 15 03:11:38 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.