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

Re: Tortoise Hangs on RepoBrowser/Commit/Etc

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 23 Feb 2015 20:09:25 +0100

On 22.02.2015 12:27, yair glikman wrote:
> Hi,
>
> Our company uses subversion, and ever since we upgraded to version 1.8 we encounter performance problems in network-based operations such as checkout, update, diff and log.
>
> The problem occurs whenever the server is accessed after a long time it wasn't accessed from the current computer.
> In those cases the operation seems to be stuck for a few minutes until finally it is performed successfully. All following operations are performed immediately and complete successfully.
>
> Alternatively, in case we cancel the operation while it seems to be stuck, and retry to perform it, the server responses immediately and the retried operation and completes it successfully. All following operations are performed immediately as well.
>
> Our server runs Subversion version 1.8.9 download from alakazam on Windows-2008 r2 x64 with LDAP auth (see apache conf file below)
> Our clients use the latest TortoiseSVN 1.8.10, Build 26129 - 64 Bit, and the problems occurs even when we run Subversion using its command line interface.
>
> The fixs i have tried already:
>
> Client Side:
> - Disable Ipv6 Support
> - Disable Wins Resolution
> - Disable "Autmtic detect settings in IE"

Well, IE settings should not matter at all.

 From your description, I think the problem is LDAP. Once the LDAP cache
times out and needs to refresh, you get the hangs.

> AuthLDAPURL "ldap://localhost/DC=company,DC=local?sAMAccountName?sub?(objectClass=*)"

Is the LDAP server on the same machine or is it just a proxy to the real
LDAP server? If the latter, then you should check the proxy for timeouts.
Also, depending on how big the LDAP directory is, maybe using a stricter
url would help (one that doesn't return almost everything but only what
you really need, i.e. only the users).

Apart from that, I'm sorry I don't have any more ideas on what could be
the problem.

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=3100746
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2015-02-23 20:09:51 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.