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

Apache setup problem ('PROPFIND request failed')

From: Stephan Stapel <stephan.stapel_at_web.de>
Date: 2004-03-20 11:07:59 CET

Dear list,

I have a problem that has already been mentioned in quite some threads but
unfortunately never been answered successfully.
If I try to checkout a project using WebDAV, I get the error message

svn: PROPFIND request failed on '/repos/myproject'
svn: PROPFIND of '/repos/myproject': 405 Method Not Allowed
(http://myserver)

I have the following environment:
Suse 9.0/ kernel 2.6.5-rc1
Apache 2.0.48 (from the Suse installation)
subversion 1.0.1

I have loaded Apache's and subversions dav module and have the following
entry in my httpd.conf.local:

<Directory /repos>
  DAV svn
  SVNParentPath /data/repos
</Directory>

I already tried to access the project directly, i.e. through SVNPath
directive but without no success.

Unfortunately the logs don't show anything critical even if rising the level
to 'Debug'.

What I'm assuming is that there is some misconfiguration in the default
Apache2 configuration of Suse.
Can someone give me a hint what to look for or what could be tested in order
to verify my assumption?!
Or am I incorrect and the mistake is somewhere else?!

Thank you very much in advance,

Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 20 11:10:17 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.