ERROR: PROPFIND
From: Oleg Tyschenko <oleg.tyschenko_at_fleetmatics.com>
Date: 2007-07-13 13:09:26 CEST
Hi,
I've seen some answers to similar question, but unfortunately I
I have CollabNet Subversion Server running (apache). Httpd.conf:
<Location /svn>
DAV svn
SVNParentPath D:/svn_repository
AuthName "SVN Server"
AuthType SSPI
SSPIAuth On
SSPIOmitDomain On
SSPIAuthoritative On
SSPIDomain DOMAINNAME
Require valid-user
AuthzSVNAccessFile "D:/svn_repository/svnaccess.txt"
</Location>
I don't have any problems accessing that repository via web-browser
Error: PROPFIND request failed on '/svn/dev/trunk'
Error: PROPFIND of '/svn/dev/trunk': authorization failed
Access.log tells me:
"PROPFIND /svn/dev/trunk HTTP/1.1" 401 509
Any advice or help is much appreciated.
Thanks!
______________________________________________________________________
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.