[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: synapse88 <albo100_at_yahoo.com>
Date: Thu, 26 Jun 2008 11:05:48 -0700 (PDT)

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

-- 
View this message in context: http://www.nabble.com/Upgraded-to-1.5%2C-can%27t-commit.-VisualSVN--tp18076671p18139875.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-06-26 20:06:01 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.