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

Re: Tortoisesvn unable to commit

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 22 Jan 2009 18:09:49 +0100

rhitam wrote:
> Hi all ,
>
> One of our developer is unable to commit. He is using Tortoisesvn .
> The server used is Visual SVN server version 1.6.2
>
> From the server logs : These are the messages :
>
>
>
> user domain\\user: authentication failure for "/svn/root/trunk/Web/
> Webx/Mails": Password Mismatch
> Access denied: 'USERNAME' CHECKOUT DevBuild:/trunk/Common Web/Web/
> Mails/Options.xsl
>
> The error message from tortoisesvn :
>
> Commit
> Localpath\trunk\Common Web\Web\Mails\MailDetails.xsl
> Commit failed (details follow):
> Server sent unexpected return value (403 Forbidden) in response to
> CHECKOUT
> request for '/svn/DevBuild/!svn/ver/1035/trunk/Common%20Web/Web/Mails/
> MailDetails.xsl'
>
>
> In the server logs , as u can see , there is a double slash after
> the domain name. Can this be causing problem ? how to fix it ? i saw
> several posts regarding this in google but none seem t oprovide a
> solution ?

Make sure you have the following in the apache config file:
        SSPIUsernameCase lower

without that, authentication will succeed but the authorization will
fail (403) sometimes because Windows treats such usernames
case-insensitive, but Subversion does not.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1043350
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-01-22 18:10:16 CET

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.