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

Re: can't create valid repositry

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-12-16 15:25:41 CET

shivaken <shivaken@jcom.home.ne.jp> writes:
> $ svnadmin create foo
> $ svnlook youngest foo
> svn: Filesystem is corrupt
> svn: revision 0 missing from `revisions' table, in filesystem `foo/db'
> # svn co file:///tmp/foo wc
> svn: Filesystem is corrupt
> svn: revision 0 missing from `revisions' table, in filesystem `/tmp/foo/db'

Thanks for the thorough bug report.

Yeah, this behavior is certainly wrong. I can't reproduce it, by the
way. Please do

   ls -lR /tmp/foo

and

   db_dump -da /tmp/foo/db/revisions
   db_dump -da /tmp/foo/db/nodes

...where `db_dump' is the right version of Berkeley DB 4.0.24's dump.
For example, on my system, that's

   /usr/local/BerkeleyDB.4.0/bin/db_dump -da /tmp/foo

Thanks,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 16 16:06:23 2002

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.