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

Re: Berkeley DB error - URGENT!!!

From: <kfogel_at_collab.net>
Date: 2005-05-04 18:26:45 CEST

"Rachael Russell" <rachael.russel@flightcentre.co.uk> writes:
> Already done that.. :-(
>
> [root@development db]# chown -R apache /usr/svnrepos/fcuk_new/
> [root@development db]# svnadmin recover /usr/svnrepos/fcuk_new/
> Please wait; recovering the repository may take some time...
>
> Recovery completed.
> svn: Berkeley DB error while opening 'copies' table for filesystem
> /usr/svnrepos/fcuk_new/db:
> Invalid argument
> [root@development db]# chown -R apache /usr/svnrepos/fcuk_new/

Did you try running Berkeley's 'db_recover' utility? Shut down
apache, then:

   # cd /usr/svnrepos/fcuk_new/db
   # db_recover -vc
   # chown -R apache.whatever_the_apache_group_is .

?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 4 19:01:28 2005

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.