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

Re: Upgraded to 1.5, can't commit. VisualSVN?

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 26 Jun 2008 19:47:17 +0200

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

Received on 2008-06-26 20:08:08 CEST

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.