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

Re: Error when trying to test my svn build

From: Andreas J. Koenig <andreas.koenig_at_anima.de>
Date: 2002-10-28 13:49:54 CET

>>>>> 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.

> 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.

> Is this perhaps because Apache isn't configured correctly?

Most likely.

-- 
andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 13:50:57 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.