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

Apache and SSPI

From: Pedro Gomes <pedromvgomes_at_netcabo.pt>
Date: 2004-01-05 23:17:42 CET

Hi,

I've set up a SVN repository and trying to Access it using apache.

Things are working from the browser (I can view the repository files).

Using a WebFolder, I can also view the files but all the changes fail
(either copying or deleting files).

Using Tortoise I get an error saying that the authentication failed. (I
wasn't asked for credentials).

I Have SVN 0.35 on the server and client.

This is my apache config
<Location /svn>
  DAV svn
  SVNParentPath "F:\SVN-ROOT"
  AuthType SSPI
  SSPIAuth On
  SSPIAuthoritative On
  SSPIOfferBasic On
  AuthName "Subversion repositories"
  <LimitExcept GET PROPFIND OPTIONS REPORT>
    Require valid-user
  </LimitExcept>
</Location>

One funnier thing, my repository is in F:\SVN-ROOT\MAIN but if I point the
appach location to this directory I get an "403 Forbiden" error. If I set it
to F:\SVN-ROOT and then use http://devserver:8080/svn/main it works ok.

Best regards,
Pedro Gomes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 5 23:27:15 2004

This is an archived mail posted to the Subversion Users mailing list.

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