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 synapse88 :: Rate this Message:

| View in Thread

I've tried both of your suggestions, but continue to get the following message:

Commit failed (details follow):
Server sent unexpected return value (403 Forbidden) in response to CHECKOUT
request for '/svn/myProject/!svn/ver/117/trunk/entry.aspx'

Any other things to try/check?


Stefan Küng wrote:
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


 

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