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

TortoiseSVN Not even asking for Authentication

From: DuBois, Patricia \(Trisha\) A <PDUBOIS_at_houstonisd.org>
Date: 2005-12-08 22:25:20 CET

I just setup a Win2K Server, with Apache 2.0.55, and Subversion 1.2.3, with Tortoise 1.2.4

I am using Windows domain authentication.

My location tag is as follows:

<Location /svn>
DAV svn
SVNParentPath "C:\SVN"

AuthName "Subversion repositories"

AuthType SSPI
SSPIAuth On
SSPIOmitDomain On
SSPIAuthoritative O
SSPIDomain www-pdc

<LimitExcept GET PROFOUND OPTIONS REPORT>
Require valid-user
</LimitExcept>

AuthzSVNAccessFile "c:/svn/AuthzSVNAccessFile.txt"
#AuthUserFile passwd
</Location>

I have the required load modules set as follows and they appear to be working
LoadModule sspi_auth_module modules/mod_auth_sspi.so
LoadModule dav_svn_module "C:/Program Files/Subversion/bin/mod_dav_svn.so"
LoadModule authz_svn_module "C:/Program Files/Subversion/bin/mod_authz_svn.so"

I can view in a browser http://svn.houstonisd.org/svn/Test/ This prompts for a Login as it should and with the proper login (from my domain account in the svnaccessfile) I am able to login. However, if I try to use Tortoise it doesn't even prompt for a login. I am attempting to checkout just my test repository for now but I can't seem to do anything.

The error I get is:
Error: PROPFIND request failed on '/svn/Test'
Error: PROPFIND of '/svn/Test': authorization failed (http://svn.houstonisd.org)

This is my first time setting this up and I'm so close I can taste it but I can't get the TortoiseSvn to connect. Can anyone help me?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org

--
Received on Thu Dec 08 21:38:42 2005

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.