On Mon, Oct 28, 2002 at 01:49:54PM +0100, Andreas J. Koenig wrote:
> >>>>> On 28 Oct 2002 23:48:02 +1300, sashan <sashang@ihug.co.nz> said:
>
> > Yes. It wasn't finding the correct db. I had to type the following
> > export LD_LIBRARY_PATH=/usr/local/BerkeleyDB.4.0/lib
>
> > (how do I add LD_LIBRARY_PATH permanently to environment?)
>
> Depends on your shell. Check the documentation of your shell for
> "startup" files. If you're using bash, these are $HOME/.bash_profile,
> $HOME/.bash_login, and $HOME/.profile.
Or add it to /etc/ld.so.conf (or equivalent.)
> > Next I create a repository but when I try to checkout:
> > svn co http://localhost/misc/svn/test_repos wc
>
> > I get the following error:
> > subversion/libsvn_ra_dav/util.c:81: (apr_err=175002, src_err=0)
> > svn: RA layer request failed
> > svn: PROPFIND of /: 405 Method Not Allowed
>
> Can you check out using a "file" URL? I.e. does
>
> svn co file:///your/path/to/svn/test_repos wc
>
> work?
>
> > There are no clues in the Apache error log besides:
> > [Mon Oct 28 23:28:43 2002] [notice] Apache/2.0.44-dev (Unix) DAV/2
> > SVN/0.14.3 (dev build) configured -- resuming normal operations
>
> > The access logs have this information:
> > 27.0.0.1 - - [28/Oct/2002:23:28:45 +1300] "PROPFIND /misc/svn/test_repos
> > HTTP/1.1" 405 317
> > 127.0.0.1 - - [28/Oct/2002:23:28:45 +1300] "PROPFIND /misc/svn HTTP/1.1"
> > 405 306
> > 127.0.0.1 - - [28/Oct/2002:23:28:45 +1300] "PROPFIND /misc HTTP/1.1" 405
> > 302
> > 127.0.0.1 - - [28/Oct/2002:23:28:45 +1300] "PROPFIND / HTTP/1.1" 405 311
>
> Please show us what you typed into your httpd.conf.
Nothing in the error log?
--
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 14:50:52 2002