On Mon, Oct 7, 2013 at 12:08 PM, Andre Szünstein
<Andre.Szuenstein_at_steag.com> wrote:
> Hi,
>
>> > I have problems using TortoiseSVN/CollabSVN (1.8.3) when using negotiate with apache server.
>> > The used serf library seems to be broken, a request like "svn ls https://server/path" leads to an endless request loop. Unfortunatly it does not seem to be possible to debug the serf library like neon in 1.7, so I can not post so much details :( But I can see in the server logs, that the client is requesting the url again and again, getting 401 status back.
>> >
>>
>> there's an open issue in the serf issue tracker that might describe
>> the root cause of your problem:
>> https://code.google.com/p/serf/issues/detail?id=119
>
> Thanks for the answer. This solves the problem!
>
>> Are you using a proxy server with Negotiate?
>
> No, I am using direct connection, but there is a hint about KeepAlive in the issue.
> Indeed KeepAlive was deactivated on our server. I have activated KeepAlive and now it works!
Good to know, thanks for this update. Kerberos + KeepAlive Off must be
one of the slowest possible ways to configure a server for Subversion,
so I'm sure you'll see some performance improvements too.
> Best regards,
> Andre
>
Lieven
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3065845
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-10-07 18:33:09 CEST