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

Re: "Expected version '1' of repository; found no version...

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-25 17:40:18 CEST

Gordon Sullivan <gsullivan@orionsci.com> writes:

> I had created the directory /usr/local/svn-repo to act as a
> container. I then did a svnadmin create
> /usr/local/svn-repo/project1. In the httpd.conf file I referenced
> /usr/local/svn-repo instead of /usr/local/svn-repo/project1. After
> changing the httpd.conf to reference /usr/local/svn-repo/project1 I
> get a different error.

You should be able to use

SVNPath /usr/local/svn-repo/project1

to access a single repository, or

SVNParentPath /usr/local/svn-repo

to access all repositories under svn-repo.

>
> human-readable errcode="160000"
> Bad database version: 2.4.14

You need to build Apache with --with-dbm=db4 and
--with-berkeley-db=/some/path, see the Subversion INSTALL file.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 25 17:41:02 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.