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

Re: Repository corrupt: svn: locate_key: no such string `5tr'

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-03-12 20:40:49 CET

Martin Ott <ott@in.tum.de> writes:
> > svnadmin recover /home/www/projects/svn/xxp
> Acquiring exclusive lock on repository db.
> Recovery is running, please stand by...^C
> > svnadmin rmtxns /home/www/projects/svn/xxp `svnadmin lstxns
> /home/www/projects/svn/xxp`
> > svnadmin recover /home/www/projects/svn/xxp
> Acquiring exclusive lock on repository db.
> Recovery is running, please stand by...^C
> > svnadmin rmtxns /home/www/projects/svn/xxp `svnadmin lstxns
> /home/www/projects/svn/xxp`
> > svnadmin recover /home/www/projects/svn/xxp
> Acquiring exclusive lock on repository db.
> Recovery is running, please stand by...
> Recovery completed.
> The latest repos revision is 421.

Did you really interrupt by typing ^C, as implied above? Why did you
do the recovery thrice and the rmtxns twice?

> Now I tried to dump the repository after stopping the Apache again:
>
> > svnadmin dump /home/www/projects/svn/xxp -r 421 > xxp-421
> WARNING: cmp_rev 246 is older than oldest dumped rev 421
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 35 is older than oldest dumped rev 421
> ... loading this dump into an empty repository will fail.
> WARNING: cmp_rev 35 is older than oldest dumped rev 421
> ... loading this dump into an empty repository will fail.
> svn: Filesystem has no such string
> svn: locate_key: no such string `5tr'

Why were you only trying to dump one revision, instead of the entire
repository?

> Dumping previous revisions failed also with:
>
> svn: Filesystem has no such string
> svn: locate_key: no such string `5tr'

What happens when don't pass '-r REV' to dump?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 12 21:18:33 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.