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

Re: Unrecoverable svn db

From: Timothy Wayper <timmy_at_wunderbear.com>
Date: 2004-11-14 09:53:54 CET

> The mentioned log file seems corrupt.
>
> First, make sure no other processes (apache, svnserve, etc.) will try
> to access the repository.
> Then, make a backup (tarball) of your repository.
>
> rm /repos/db/__db.*
> rm /repos/db/log.0000000174
> db_recover -vch /repos/db
>
> If it worked, svnadmin dump and svnadmin load into a new repository.
>
> If not:
>
> rm /repos/db/__db.*
> rm /repos/db/log.*
> db_recover -vch /repos/db
>
> If it worked, svnadmin dump and svnadmin load into a new repository.

This second option worked fine. Thank you for the assistance!

Cheers,
Tim Wayper

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Nov 14 09:50:45 2004

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.