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

Re: database destroyed

From: <cmpilato_at_collab.net>
Date: 2002-11-27 03:50:59 CET

Petr Sebor <petr@scssoft.com> writes:

> >
> >
> >That makes no sense... the db files *disappear*? Dumping the database
> >is just another process that is reading data via libsvn_fs. We should
> >have no problem with concurrent db readers. In fact, we expect
> >multiple httpd child processes to do this all the time.
> >
> Makes no sense to me as well... I just got this error with a notice
> "you have to do DB_RECOVER"... so I did. And even though db_recover
> gives me no error, the __db.* files are simply gone. I don't know how
> this happened, but it is not for the first time.

db_recover without the -e will destroy the __db.* files. You should
probably just just 'svnadmin recover /path/to/repos', or if your
Subversion rig predates the 'svnadmin recover' command, run
'db_recover -veh /path/to/repos/db'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 27 03:55:03 2002

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.