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

[TSVN] Tortoise SVN Propfind error

From: Eric Brown <ericbro_at_gmail.com>
Date: 2005-06-03 20:18:00 CEST

Hello-

When using the repos browser in TSVN 1.1.7 (XP), I get a propfind
error that shows the following:

Propfind requrest failed on /
profind of /: 405 Method Not Allowed

Upon searching the mailing list, I discovered that this is a common
problem, and that the answer probably lies in:

1) my httpd.conf file
2) file permissions

So, here's my setup:

Apache's user has full read/write access to my repository.
My httpd.conf file contains

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/mod_dav_svn.so
<Location /svn>
    DAV svn
    SVN Path /path/to/repos
</Location>

<Directory /export/subserv/repos>
   Order allow, deny
   Allow from all
   AuthType Basic
   AuthName "My Repository"
   AuthUserFile /etc/svn-auth-file
   Require valid-user
</Directory>

This setup works in my browser (firefox), and authentication is OK.
I don't have any Limit directives in my config file.
I think the problem lies somewhere in the section I posted above,
can't seem to put it all
together. Any help would be appreciated.

-ECB

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jun 3 20:18:22 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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