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

Re: DB error while opening 'copies'

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-10-26 16:32:07 CEST

On Oct 25, 2004, at 3:56 PM, Trevor Allred wrote:

> I am getting an error when running recover or any other command from
> svn. Here is the output from svnadmin recover.
>
>  
>
> svnadmin recover /usr/local/svn/
>
> Please wait; recovering the repository may take some time...
>
>  
>
> Recovery completed.
>
> svn: Berkeley DB error while opening 'copies' table for filesystem
> /usr/local/svn/db:
>
> Invalid argument
>
>

'Invalid argument' is a generic catch-all for a zillion different
errors that are happening within BDB. In svnadmin 1.1, the 'recover'
command actually tries to print the true error. You might want to try
using that tool for more information.

Regardless, the next thing I'd try is:

    * copy the repository somewhere
    * run 'db_recover -vech repos_copy/db/'

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 26 16:33:49 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.