You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Todd Chapman <to...@chaka.net> on 2005/10/24 18:56:34 UTC

Help! svnadmin recover says it worked but strange issues

My Mac mini has a power outage. Doing a recover seems to work
but I have strange problems. The problem is that I can checkout
at top level repository directory, but if I try to check out
a subdirectory I get database corruption. Any Ideas?

Thanks!

mini:~ chapman$ ps aux | grep svn
chapman    715   0.0  0.1    31684    460  ??  Ss    3:09PM   0:00.01 svnserve -d -r /Users/chapman/svn/public
chapman    727   0.0  0.0    27800      4  p2  R+    3:14PM   0:00.00 grep svn
mini:~ chapman$ kill 715
mini:~ chapman$ svnadmin recover svn/public_repository/
Please wait; recovering the repository may take some time...

Recovery completed.
The latest repos revision is 203.
mini:~ chapman$ svnserve -d -r /Users/chapman/svn/public_repository/
mini:~ chapman$ rm -rf junk*
mini:~ chapman$ svn co -q svn://localhost/RTx-RightsMatrix/ junk
mini:~ chapman$ svn co -q svn://localhost/RTx-RightsMatrix/branches/ junk2
svn: Berkeley DB error while appending string for filesystem /Users/chapman/svn/public_repository/db:
DB_RUNRECOVERY: Fatal error, run database recovery
mini:~ chapman$ svn --version
svn, version 1.0.6 (r10360)
   compiled Aug 24 2004, 15:57:25



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