Tortoise Hangs on RepoBrowser/Commit/Etc
From: yair glikman <yair.glikman_at_rtc-vision.com>
Date: Sun, 22 Feb 2015 03:27:02 -0800 (PST)
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.
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)
The fixs i have tried already:
Client Side:
Server Side:
I am pretty sure the problem lies at server side, i have downloaded procmon.exe and monitored tortoiseproc.exe,
11:39:51.8054978 AM TortoiseProc.exe 7212 TCP Send client.company.local:52607 -> server.company.local:http SUCCESS Length: 599, startime: 8677911, endtime: 8677913, seqnum: 0, connid: 0
Any help will be appreciated.
Apache Info:
<IfModule ssl_module>
LDAPSharedCacheSize 500000
<Location /server/cache-info>
<Location /svn>
# Means that the Subversion repositories are available from the URL http://MyServer/svn/
# Telling Apache which module will be responsible to serve that URL - in this case the Subversion module
# Enabling s listing all the available repositories under SVNParentPath
# Telling Subversion to look for repositories below D:\SVN
# Making the browsing with a web browser prettier
# Information message whenever an authentication dialog pops up to tell the user what the authentication is for
#==============================================
LDAPReferrals Off
AuthBasicProvider ldap
#AuthzLDAPAuthoritative Off
#==============================================
# Location of the Access file for paths inside a Subversion repository
Require valid-user
</Location>
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.