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

Re: svnadmin dump generates (hopefully) spurious warnings - Loading this dump into an empty repository will fail

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Wed, 20 Feb 2008 07:20:07 -0500

Charles Butterfield wrote:
> Is the warning in error?

No, see below.

> Is something really wrong?

Yes.

> ...
> * Dumped revision 2570.
> * Dumped revision 2571.
> * Dumped revision 2572.
> WARNING: Referencing data in revision 1926, which is older than the
> oldest

Here is your problem. There is something in rev 2573 that is a copy of
something at revision 1926, which is outside of your dump window. Thus
Subversion won't have any file to copy when it comes to `svnadmin load` this
file. This will cause a fatal error when loading.

> WARNING: dumped revision (2000). Loading this dump into an empty
> repository
> WARNING: will fail.

This is a direct consequence of Subversion's "cheap copy" design. Perhaps if
you described what you hoped to actually accomplish, rather than deciding a
priori how you want to accomplish it, we could give you better advice...

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-20 13:20:07 CET

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.