Dealing with Subversion (Berkeley DB) Recovery
Dealing with Subversion (Berkeley DB) Recovery
- Subject: Dealing with Subversion (Berkeley DB) Recovery
- From: "Frederick C. Lee" <email@hidden>
- Date: Fri, 20 Aug 2004 10:53:22 -0700
Greetings:
I'm (Neophyte) trying to use Subversion v1.0.6 and am encountering DB
problems with Berkeley DB. I've read through the Subversion PDF and it
mentioned a version of Berkeley DB to be used. The PDF essentially
says to keep my hands off of Berkeley (/usr/local/svn_repository/db)
and to run the svnadmin recover command. That failed as shown below.
-------------
[/Users/Ric]svnadmin recover /usr/local/svn_repository
Please wait; recovering the repository may take some time...
svn: DB_RUNRECOVERY: Fatal error, run database recovery
[/Users/Ric]
...a possible clue to the problem:
1)
[/Users/Ric]svnlook info /usr/local/svn_repository
root
2004-08-19 17:26:25 -0700 (Thu, 19 Aug 2004)
50
Enhanced data path check and cityController window
svn: Berkeley DB error while closing 'nodes' database for filesystem
/usr/local/svn_repository/db:
DB_RUNRECOVERY: Fatal error, run database recovery
[/Users/Ric]
2)
[/Users/Ric]svnadmin list-unused-dblogs /usr/local/svn_repository
Segmentation fault
[/Users/Ric]
---------------
1) How do I determine the version number of Berkeley DB installed on my
system?
2) How do I do command-line DB_RUNRECOVERY of Berkeley DB?
Fortunately I don't have a lot of files in DB at present. I'm thinking
of running the svnadmin dump & load to flush the problem away; if this
does work. But I would like to know how to handle such recovery
hassles as they're probably occur over & over in the future.
Regards,
Ric.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.