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

Re: fs corruption?

From: <cmpilato_at_collab.net>
Date: 2003-08-25 06:13:53 CEST

Chia-liang Kao <clkao@clkao.org> writes:

> On Sun, Aug 24, 2003 at 10:29:20PM -0500, cmpilato@collab.net wrote:
> > Can you promise me that nothing freaky happened to this repository,
> > like someone running 'svnadmin recover' while the repository was being
> > accessed?
>
> yes, i'm very sure of it. the only svnadmin recover i did is _after_
> the corruption happened, and i turned off apache before running
> recover.

Did you make sure that there were no dangling apache processes?

Well, it was simple enough to do:

  svnadmin create new-repo
  cat old-dumpfile | svnadmin load new-repo
  svnadmin dump broken-repo --incremental -r 776:814 | svnadmin load new-repo

That seems to have the repository back into working order again. I
really wish I know what caused the corruption, though.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 25 06:17:38 2003

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.