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

Re: BDB locking problems

From: <cmpilato_at_collab.net>
Date: 2002-12-12 16:43:18 CET

"Leeuw van der, Tim" <tim.leeuwvander@nl.unisys.com> writes:

> Please ignore the attachments on previous e-mail, I managed to verify
> 'strings' without errors (was using db_verify.exe from cygwin by mistake!)
> but Outlook refused to delete the attachment from the email...
>
> I dumped most files except the .log files and the __db.00? files; I don't
> know how crucial they are.

The __db.00? files are not interesting. The log files are
interesting, but not dump-able.

Try db_dump'ing all the tables in your repository, storing each as a
dumpfile (db_dump -k nodes > nodes.dump). Then, 'svnadmin create
newrepos'. Then, db_load those dumpfiles into the newrepos, and
'svnadmin recover newrepos'. See if that gives you a working
repository that has the data from your broken one.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 12 16:47:37 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.