WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Upgraded to 1.5, can't commit. VisualSVN?

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

by Stefan Küng :: Rate this Message:

| View in Thread

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



signature.asc (202 bytes) Download Attachment

 « Return to Thread: Upgraded to 1.5, can't commit. VisualSVN?