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

Re: Quick question about "svnadmin dump"

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-06-15 03:27:06 CEST

Martin Ayotte <martinay@videotron.ca> writes:

> All the revisions are the same, but they are not in the same order in the
> master repos,

Correct. When you ask libsvn_fs to list the children of a directory,
they are listed in a pseudo-random order. That's what happens when
you iterate over a hash.

> Is there some things I should do to make the revisions appearing in the same
> order in the master dump ?

Yes. :-)

cmpilato recently committed a tool *exactly* for this purpose: it
compares dumpfiles, regardless of node-orderings. Look at
/trunk/tools/dev/normalize-dump.py.

---------------------------------------------------------------------
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:28:50 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.