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

Re: Apache and SSPI

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-01-06 01:45:07 CET

On Monday 05 January 2004 17:17, Pedro Gomes wrote:
> 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 can't comment much on the above since I haven't used Subversion in that
fashion.

> 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.

The reason you see that error is because SVNParentPath is expecting an
argument that points to a directory containing one or more subversion
repositories. If you only expect to have one, then use the SVNPath
directive.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 6 01:48:59 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.