Andrew Louie wrote:
> I followed all the directions in the documentation, and I can access
> the repository through my web browser, but when I try to access the
> repository through TortoiseSVN, it does not send my credentials.
>
> From my Apache Access Logs:
>
> 10.1.129.66 - CORP\\LouieA [04/Mar/2008:15:15:14 -0500] "GET
> /svn/SES/Branch/ HTTP/1.1" 200 1109
> 10.1.129.66 - CORP\\LouieA [04/Mar/2008:15:15:15 -0500] "GET
> /svn/SES/Branch/S302A003/ HTTP/1.1" 200 4079
> 10.3.192.103 - - [04/Mar/2008:15:15:47 -0500] "PROPFIND /svn HTTP/1.1" 401 401
> 10.3.192.103 - - [04/Mar/2008:15:15:47 -0500] "PROPFIND /svn HTTP/1.1" 401 401
>
> ------------------------------------------
> The top tow entries are from when I accessed it through firefox, and
> the bottom two is when i tired tortoiseSVN.
> tortoiseSVN reports that PROPFIND authorization failed. and it never
> pops up a login dialog.
>
> why isn't tortoiseSVN sending my credentials? I've tried using the
> proxy settings in the torotiseSVN network settings, but no effect
> there.
* If you're accesssing the repository via http instead of https, then
the SSPI authentication won't work.
* If you have a proxy in between, maybe that proxy doesn't allow DAV
requests
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-03-04 22:22:42 CET