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

Re: ERROR: PROPFIND

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-07-13 22:56:40 CEST

Oleg Tyschenko wrote:

> 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

And what's in error.log?

I think your problem is a misunderstanding of SVNPath and SVNParentPath.
You've set the SVNParentPath to D:/svn_repository, but as far as I can
see, that's the location of the repository itself. Use SVNPath instead.
Or create a repository below D:/svn_repository (e.g.,
D:/svn_repository/myfirstproject).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Jul 13 22:56:00 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.