Zachary Pincus <zpincus@stanford.edu> writes:
> Thanks for putting up this information! Unfortunately, I was never
> able to get my original repository fully-recovered. Though, as I said,
> through some miracle I did manage to get it to a state where I could
> perform a dump, by playing stupid games with the log files.
>
> Since power had gone down well *after* the last commit to SVN, the
> only thing that seemed to have gotten corrupt was the log files
> themselves, and not the db; and it seems (in the few times I've had
> this type of problem) that BDB is very sensitive to corrupt log files
> and has difficulty recovering from them.
Well, until a checkpoint happens (i.e., data is sync'd from log file
to database file), the logfiles hold the only copy of actual data. So
BDB's sensitivity to logfile corruption is understandable! :-)
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 1 21:32:47 2005