You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by do...@shaw.ca on 2003/07/25 18:12:52 UTC

Ugly error when trying to commit OR recover

G'day list,

I just went to commit a file to my repository, and it looked like this:

-----
$ svn commit -m "Added Emily's changes." program.html
svn: Berkeley DB error
svn: Commit failed (details follow):
svn: Berkeley DB error while committing Berkeley DB transaction for filesystem /home/doug/svn_client_work/db:
DB_RUNRECOVERY: Fatal error, run database recovery
Aborted
-----

So, I tried following the recovery directions in the Subversion book, which only got me here:

-----
$ svnadmin recover /home/doug/svn_client_work
Acquiring exclusive lock on repository db.
Recovery is running, please stand by...svn: Berkeley DB error
svn: DB_RUNRECOVERY: Fatal error, run database recovery
-----

So, I'm pretty much stuck now.  Any idea what I should do from here?

Thanks,

Doug Gorley | douggorley@shaw.ca



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Ugly error when trying to commit OR recover

Posted by e....@gmx.net.
Subversion is trying to tell you to run the db_recover command on your
repository directory:

db_recover -h /home/doug/svn_client_work/db

Hope that helps!

bye, 

Erik.

> G'day list,
> 
> I just went to commit a file to my repository, and it looked like this:
> 
> -----
> $ svn commit -m "Added Emily's changes." program.html
> svn: Berkeley DB error
> svn: Commit failed (details follow):
> svn: Berkeley DB error while committing Berkeley DB transaction for
> filesystem /home/doug/svn_client_work/db:
> DB_RUNRECOVERY: Fatal error, run database recovery
> Aborted
> -----
> 
> So, I tried following the recovery directions in the Subversion book,
> which only got me here:
> 
> -----
> $ svnadmin recover /home/doug/svn_client_work
> Acquiring exclusive lock on repository db.
> Recovery is running, please stand by...svn: Berkeley DB error
> svn: DB_RUNRECOVERY: Fatal error, run database recovery
> -----
> 
> So, I'm pretty much stuck now.  Any idea what I should do from here?
> 
> Thanks,
> 
> Doug Gorley | douggorley@shaw.ca
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++

Jetzt ein- oder umsteigen und USB-Speicheruhr als Prämie sichern!


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org