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

Report: performance problem

From: Kai Hofmann <powerstat_at_web.de>
Date: 2007-03-16 11:40:04 CET

Please reply also directly to me, because I am not on the list.

I have the following setup here:

Client:
Win Xp Prof.
TortoiseSVN 1.4.3 Build 8645

Server:
Suse Linux 10.0
Apache 2.0.54 with SSL und DAV_SVN etc.
Subversion 1.4.3
Mod_Radius 0.4.6 (http://www.outoforder.cc/projects/apache/mod_auth_xradius/)
(no caching activated)

+ A Radius Server somewhere ....

Configuration example:

  <Location /svn/test>
    DAV svn
    SVNPath /srv/svn/test

    order deny,allow
    Allow from all

    AuthType Basic
    AuthName "SVN Test Repository"

    AuthXRadiusAddServer "192.168.1.1:1812" "topsecret"
    AuthXRadiusTimeout 2
    AuthXRadiusRetries 2

    <LimitExcept GET PROPFIND OPTIONS REPORT>
      Require user TestUser
    </LimitExcept>

    <Limit GET PROPFIND OPTIONS REPORT>
      Require valid-user
    </Limit>
  </Location>

Problem description:

When I am reading the subversion repository via a webbrowser (Mozilla for example),
everything works fast as expected!

When using the tortoise browser I have to wait some minutes (> 5 mostly) when opening a subtree by
clicking on a "+".
As it looks tortoise asks for authentification for each simple read of each item - and not (as the browser)
for the complete session. This slows down tortoise dramatically and should be changed as soon as possible.

Greetings

  Kai Hofmann

-- 
Kai Hofmann EMail: powerstat@web.de
Bremen/Germany 
__________________________________________________________________________
Erweitern Sie FreeMail zu einem noch leistungsstärkeren E-Mail-Postfach!		
Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Mar 16 12:04:09 2007

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.