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

Re: svnadmin dump warning message with --incremental

From: <cmpilato_at_collab.net>
Date: 2002-08-22 17:08:38 CEST

Blair Zajac <blair@orcaware.com> writes:

> Are warning messages expected when dumping a single revision using
> svnadmin dump with the --incremental flag? What specifically does
> this message mean?
>
> % svnadmin dump repos 5 --incremental > /dev/null
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 4 is older than oldest dumped rev 5
> ... loading this dump into an empty repository will fail.
> * Dumped revision 5.

It means that there is data in your current dump that depends on
revisions prior to the first revision in that dump, so you'd better
have that data around somewhere. I think generally happens in the
presence of copies, but I can't recall the exact recipe.

I considered turning this warning off for --incremental dumps, but in
the end, decided not to do so.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 22 17:07:38 2002

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.