Re: Restoring a Bad Dump
From: Ryan Schmidt <subversion-2016_at_ryandesign.com>
Date: Mon, 11 Jul 2016 22:33:51 -0500
On Jul 11, 2016, at 9:06 PM, John Cook wrote:
> It's a long story, but I have a large (13 gig) subversion dump file that was taken at the wrong "level". That is, there were several different repositories on the server like this:
If /repositories is just a normal filesystem directory (created with "mkdir /repositories"), then attempting to use svnadmin dump on /repositories should have immediately exited with an error message like:
svnadmin: E000002: Can't open file '/repositories/format': No such file or directory
The fact that this did not happen for you, but instead a dump file was created, suggests that /repositories is not just a filesystem directory but is itself a repository (created with "svnadmin create /repositories". You can verify this by checking whether the file /repositories/format exists and by running "svn info file:///repositories"
When you say that svnadmin is unhappy with the dump file, what exactly does it do?
|
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.