[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: shivaken <shivaken_at_jcom.home.ne.jp>
Date: 2002-12-16 12:43:16 CET

On Monday 16 December 2002 12:40, Branko Čibej wrote:
> >>Which version of Subversion?
> >>
> >>Are you using svnadmin and svn from the same Subversion version?
> >>
> >>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'
# svn co file:///tmp/foo wc
svn: Filesystem is corrupt
svn: revision 0 missing from `revisions' table, in filesystem `/tmp/foo/db'

I did this test with r3200, r3578, too.
(But svnlook dosen't have the option "youngest")
The Results are the same.

$ /usr/local/subversion-r3200/bin/svnadmin create foo2
$ /usr/local/subversion-r3200/bin/svn co file:///tmp/foo2 wc
svn: Filesystem is corrupt
svn: revision 0 missing from `revisions' table, in filesystem `/tmp/foo2/db'
$ /usr/local/subversion-r3578/bin/svnadmin create foo3
$ /usr/local/subversion-r3578/bin/svn co file:///tmp/foo3 wc
svn: Filesystem is corrupt
svn: revision 0 missing from `revisions' table, in filesystem `/tmp/foo3/db'

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