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

Re: Speed-up possiblities on NTFS

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 26 Jan 2010 21:46:22 +0100

On 26.01.2010 09:54, Daniel Gehriger wrote:
> Hi,
>
> I am a happy long-term user of TSVN. Even so, I sometimes notice a
> slow-down when accessing a folder containing thousands of version
> controlled items in nested folders.
>
> As I understand, a lot of time is spent searching files, checking
> their modification times and so on. The status cache is reducing that
> load somewhat, but it still seems to be the bottleneck (correct me if
> I'm wrong).
>
> I wonder if using a technique similar to the one used by the "Search
> Everything" tool (http://www.voidtools.com/) could be used to provide
> a major speed improvement on NTFS. "Everything" uses the NTFS MFT to
> quickly (!) locate files based on some pattern, and returns their
> location and file attributes.

No, that tool requires admin privileges. Something we won't do in TSVN -
it's bad enough that the installer needs those privileges. TSVN must run
as a normal user.

Also, the status checks are done in the svn library, not TSVN. So we
can't use this anyway.

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=2442253
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-26 21:47:35 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.