[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-16 17:16:13 CET

shivaken <shivaken@jcom.home.ne.jp> writes:

> > >>Does this work
> > >>
> > >>$ svnadmin create foo
> > >>$ svnlook youngest foo
> > >>$ svn co file://`pwd`/foo wc
>
> Then, I did
>
> $ ./configure --prefix=/usr/local/subversion-r3987
> $ make
> # make install
> $ export PATH=/usr/local/subversion-r3987/bin:$PATH
> $ which svnadmin
> /usr/local/subversion-r3987/bin/svnadmin
> $ which svnlook
> /usr/local/subversion-r3987/bin/svnlook
> $ which svn
> /usr/local/subversion-r3987/bin/svn
> $ cd /tmp
> $ svnadmin create foo
> $ svnlook youngest foo
> svn: Filesystem is corrupt
> svn: revision 0 missing from `revisions' table, in filesystem `foo/db'

I don't know what could cause that.

Guessing at random, what do you get from

$ ldd /usr/local/subversion-r3987/bin/svnadmin
$ ldd /usr/local/subversion-r3987/bin/svnlook

are the correct shared libraries being used?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 16 17:16:56 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.