synapse88 wrote:
> Here is the location section of my httpd.conf
>
> <Location /svn/>
>
> DAV svn
> SVNParentPath "C:\svn"
> SVNListParentPath on
> SVNIndexXSLT "/svnstyle/svnindex.xsl"
>
> AuthzSVNAccessFile "conf/accessFile.txt"
>
> AuthName "Subversion Repository"
> AuthType SSPI
> SSPIAuth On
> SSPIDomain myDomain
> SSPIAuthoritative On
> SSPIOfferBasic On
>
> Require valid-user
>
> </Location>
>
> and in the accessFile.txt I have the following:
>
> [groups]
> developers = myDomain\MyUsername
change this to
developers = myDomain\\MyUsername
Or better yet, add
SSPIOmitDomain = yes
in the <Location> block
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\
http://tortoisesvn.net