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

Sluggish right-click?

From: Molle Bestefich <molle.bestefich_at_gmail.com>
Date: 2005-10-25 18:59:00 CEST

Alt (right) clicking in TSVN is sluggish with some WCs.

I have WCs that take both 10 and 20 seconds before the context menu
pop up when I alt-click.

Here's a listing of one of them (view with monospaced font):

$ du -h -s * | while read line; do size=`echo $line|awk '{print $1}'`;
folder=`echo $line|awk '{print $2}'`; if [ -d $folder/.svn ]; then
versioned=".svn"; else versioned=""; fi; filecount=`ls -1R $folder|wc
-l`;printf "%-5s %-6s %-7s %s\n" $size "$versioned" $filecount
$folder; done

172k .svn 11 clients
24k .svn 3 contact
1.3G 22747 content
115k .svn 10 css
62k .svn 11 help
1.2M .svn 40 include
544k .svn 34 js
1.1M .svn 88 news
28k .svn 3 partners
92k .svn 16 press
415k .svn 63 products
23k .svn 2 search
415k .svn 56 support
3.4M 1139 testarea

Notice the very large (file+dir count and size wise) non-versioned
"content" folder.
If I move that folder out of the working copy, it cuts TSVN
alt-clicking time in half ?!

I assume that TSVN does some heavy traversal of the 'content' folder.
I guess that I'd like to request that TSVN stop scanning folders which
are not versioned (does not contain .svn folders) when alt-clicking.

Using r4734.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Oct 25 19:18:28 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.