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