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

RE: Subversion/Eclipse Performance on Windows

From: Bert Huijben <rhuijben_at_open.collab.net>
Date: Fri, 12 Dec 2008 15:29:19 +0100

> -----Original Message-----
> From: David Weintraub [mailto:qazwart_at_gmail.com]
> Sent: donderdag 11 december 2008 21:21
> To: Bob Archer
> Cc: Mark Phippard; Toby Thain; Hilco Wijbenga;
> users_at_subversion.tigris.org
> Subject: Re: Subversion/Eclipse Performance on Windows
>
> The big problem with Windows is the anti-virus software which checks
> each and every file copied onto the system from the network.

For optimal performance also make sure that TortoiseSVN is not watching your
directories while you perform expensive operations.

The TSVNCache process has a file system monitor that scans 'open'
directories (and below that) for changes. This continuous scan can really
hurt your disk performance.. especially when you also have that anti-virus
software that watches the original changes and TSVNCache monitoring the
changes (by reading the files).

If you're comparing merge performance, please try with Subversion 1.5.4
instead of older versions. Some unneeded disk scanning issues were resolved
in that version.

Another noticeable speedup will be that the Subversion 1.6 libraries will
reduce delays when it detects a file system that has a better timestamp
precision than 1 second. (Subversion has to wait until the next timestamp
after many operations).

NTFS users will see this as performance improvement of the working copy, as
will users of other OSs with a modern file system. (ufs on FreeBSD, on
Linux: reiser4, ext4 and some others.)

        Bert

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=983421

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2008-12-12 20:03:01 CET

This is an archived mail posted to the Subversion Users mailing list.

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