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

Re: svn dump bdb crash

From: <kfogel_at_collab.net>
Date: 2003-05-23 20:05:58 CEST

Robert <robertLinux@gmx.de> writes:
> svnadmin dump /Volumes/Datenquelle/subversion_cvs_repository
> and got this:
>
> user% svnadmin dump /Volumes/Datenquelle/subversion_cvs_repository
> subversion/libsvn_fs/bdb/bdb-err.c:61: (apr_err=160029)
> svn: Berkeley DB error
> svn: Berkeley DB error while opening `nodes' table for filesystem
> /Volumes/Datenquelle/subversion_cvs_repository/db:
> DB_RUNRECOVERY: Fatal error, run database recovery
>
> What to do next??

Run database recovery. :-)

Seriously: make sure no other processes are accessing the db, and do

   $ svnadmin recover PATH_TO_REPOS

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 23 20:47:59 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.