Thank you very much. I'm rebuilding apache now.
Gordon
Quoting Philip Martin <philip@codematters.co.uk>:
> 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
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 25 18:31:20 2002