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

Re: [TSVN] TSVN Repo-Browser seems slower.

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-04-27 18:05:31 CEST

Fernandes, Filipe (Bolton) wrote:
> For what it's worth, the Repo-Browser seems noticebly slower in
> TSVN 1.2.0 r3143 then it does r3138.
>
> I know there were changes to the browser to include the ability to
> checkout and export and having the base path for the repository on the
> same line is a nice touch. But it doesn't seem to explain the noticable
> slowdown. Could it just be that this compiled version has some
> optimizations removed from the previous build (just a guess).
>
> However, it's not something I'm worried about since it doesn't really
> affect TortoiseSVN from doing what it does. I thought I'd mention it in
> case it jogged someones memory about something.

The slowdown you encounter is (my guess here) only when you start the
repobrowser. I've added a call to svn_ra_get_repos_root() which asks the
server for the URL of the repository root. You can see that the
repository root is then used in the treeview to make sure you can't
'expand' a node below the root (because that would only return an error).

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Apr 27 18:27:12 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.