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

Re: svndumpfilter questions.

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-11 19:59:30 CET

Josef Wolf <jw@raven.inka.de> writes:

> Hello!
>
> I have two questions about svndumpfilter which seem not to be answered in
> the svnbook:
>
> 1. The --drop-empty-revs option will probably leave revision gaps in the
> dumpfile. It is unclear from the documentation whether those gaps
> will result in problems. What happens, for example, when a WC is at a
> revision that is dropped.

'svnadmin load' only uses revision numbers for calculating offsets so
that copyfrom-revisions work out right. If you have 15 revisions in
your dumpfile, it wouldn't matter what their numbers were, your
repository will still grow by 15 new revisions upon loading that
dumpfile. I have yet to dream up an actual use-case for wanting
--renumber-revs.

> 2. It is unclear from the docu whether the --renumber-revs option will harm
> any WCs lying around. IIUC, the WC remembers which revision it is based
> on. Therefore I'd expect problems when revisions are renumbered.

See above. If your pre-dump and post-load repositories have
mis-aligned revisions (revision 12 in the one doesn't represent the
same changeset as revision 12 in the other), WCs will get royally
messed up.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 11 20:00:51 2004

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

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