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