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

svn: PROPFIND of /: 405 Method Not Allowed

From: Zack Brown <zbrown_at_tumblerings.org>
Date: 2002-10-29 15:28:19 CET

Hi folks,

I've read the book and followed the instructions, and checked the archives
and found a number of threads about this, and I suspect a Berkeley db
incompatibility, but I thought I'd post here to make sure, before trying to
recompile everything.

I run Debian Sid. I installed apache2 and mod_dav, and set up a test
repository. I can access the repository successfully via

06:07:39 [zbrown] ~/site/writing$ svn co file:///home/zbrown/site/writing/svn/story w
A w/test
Checked out revision 1.

But networked checkouts fail:

06:14:32 [zbrown] ~/site/writing$ svn co http://localhost/svn/story w
svn: RA layer request failed
svn: PROPFIND of /: 405 Method Not Allowed

06:15:16 [zbrown] ~/site/writing$ svn co http://tumblerings.org/svn/story w
svn: RA layer request failed
svn: PROPFIND of /: 405 Method Not Allowed

The following messages are dumped into /var/logs/apache/error.log (sorry
about the long lines):

[Tue Oct 29 06:15:15 2002] [error] [client 127.0.0.1] Could not fetch resource information. [500, #0]
[Tue Oct 29 06:15:15 2002] [error] [client 127.0.0.1] Could not open the SVN filesystem at /home/zbrown/site/writing/svn/story [500, #160029]
[Tue Oct 29 06:15:15 2002] [error] [client 127.0.0.1] (13)Permission denied: Berkeley DB error while opening environment for filesystem /home/zbrown/site/writing/svn/story/db: Permission denied [500, #160029]
[Tue Oct 29 06:15:15 2002] [error] [client 127.0.0.1] Could not fetch resource information. [403, #0]
[Tue Oct 29 06:15:15 2002] [error] [client 127.0.0.1] (2)No such file or directory: The URI does not contain the name of a repository. [403, #190001]

I have the following text in /etc/apache2/mods-enabled/dav_svn.conf:

<Location /svn>
  DAV svn
  SVNParentPath /home/zbrown/site/writing/svn
</Location>

I can give plenty of more information, just let me know what to post.

Thanks,
Zack

-- 
Zack Brown
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 29 15:29:07 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.