Morgenthaler, Carsten wrote:
> First: sorry about my bad english! Hope you will understand what I mean.
>
> I’ve setting up a Windows 2003 Server Std. with Subversion and Apache
> with Windows authentication. It works really well.
>
> I have installed also a website for browsing (svnindex.xsl) and checking
> out the repositories.
>
> Now we have a user which name called “Körner” , I hope you see the
> special character which only exists on german keyboards.
>
> There are 3 other chars like this: ä ü and ß and only the Users with
> these special characters have this problem!
>
> This might be a problem for the Tortoise-SVN program, because I’ve got
> an error message in Tortoise which says access denied.
>
> But at the svnindex.xsl website, where is also needed an authentication,
> I type in the same username and the same password I can browse the
> repository!
>
> So in the webbrowser it works but not in TortoiseClient.
It works in the browser, because the browser sends the username in your
current codepage. But Subversion clients send the username and password
in utf8 encoding. Because what browsers do wouldn't work if you had e.g.
a username with Cyrillic chars in it on your german OS.
To fix this, you have to change your apache config file (or the file
where you've set up the users who have access to your repository). Try
saving that file in utf8 encoding.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Jun 21 21:39:09 2007