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

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
couldn't solve my problem. Here we go.

 

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
(http://location/svn/dev). However, when I use Tortoise SVN Checkout I
am getting PROPFIND error:

 

Error: PROPFIND request failed on '/svn/dev/trunk'

Error: PROPFIND of '/svn/dev/trunk': authorization failed
(http://location)

 

Access.log tells me:

"PROPFIND /svn/dev/trunk HTTP/1.1" 401 509

 

Any advice or help is much appreciated.

 

Thanks!

 

 

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
Received on Fri Jul 13 13:09:47 2007

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.