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

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

From: Charles Butterfield <charles.butterfield_at_nextcentury.com>
Date: Tue, 19 Feb 2008 22:00:29 -0500

I'm running "svnadmin dump" in NON-INCREMENTAL mode. Yet I am getting a
warning that a corresponding load will fail. I don't understand what is
going on. My reading indicates that it should be perfectly fine to load
this back into an empty repository, and that the first rev in the new
repo will look like rev 2000 of the original repo.

Is the warning in error?
Is something really wrong?

Here is the command I'm executing.

svnadmin dump /svnrepos/socom-tws2-frozen/ -r 2000:3966 > dummy
<long startup delay aggregating the first 2000 revs>
* Dumped revision 2000.
* Dumped revision 2001.
* Dumped revision 2002.
...
* Dumped revision 2570.
* Dumped revision 2571.
* Dumped revision 2572.
WARNING: Referencing data in revision 1926, which is older than the
oldest
WARNING: dumped revision (2000). Loading this dump into an empty
repository
WARNING: will fail.
* Dumped revision 2573.
* Dumped revision 2574.
* Dumped revision 2575.

Environment:
- svn, version 1.4.6 (r28521)
- CentOS 5.1

Regards
-- Charlie

---------------------------------------------------------------------
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 04:00:49 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.