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

Re: the 0.24 release?

From: <cmpilato_at_collab.net>
Date: 2003-06-12 05:27:01 CEST

cmpilato@collab.net writes:

> cmpilato@collab.net writes:
>
> > "Jamin W. Collins" <jcollins@asgardsrealm.net> writes:
> >
> > > > How big is the repos? Can I snatch it from a URL somewhere and take a
> > > > peek?
> > >
> > > It's almost 5 meg after tarring and gzipping. I've put it up on my
> > > personal d/l site:
> > >
> > > http://asgardsrealm.net/~jcollins/coding-horked-20030523.tar.gz
> >
> > Snatching now...
>
> Oh yeah, you're `changes' table is *way* horked. Geez, man.

I'll be more specific. It appears that your `changes' table was
somehow switched to a 'recno'-type database, whereas it is supposed to
be a 'btree'. I don't know if this was the result of something gone
horribly awry during the operation of Subversion, or if this was the
result of some attempted recovery steps. Regardless, that file was
junk.

Fortunately, nothing in Subversion used that table except 'svn log',
at least until I wrote the new svn_repos_replay(). So I replaced your
`changes' table with one from a brand new repos, backdated my
Subversion working copy until just before I made 'svnadmin dump' use
the changes table, built, dumped your repos, and now I have a dumpfile
reading for loading. It contains 26 revisions, which I trust sounds
like the last known good state of your repository.

I'll drop you a private mail with the dumpfile's location.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 12 05:27:58 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.