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

RE: Re: Subversion/Eclipse Performance on Windows

From: Bolstridge, Andrew <andy.bolstridge_at_intergraph.com>
Date: Wed, 28 Jan 2009 10:12:55 -0000

> -----Original Message-----
> From: Jonathan Taylor [mailto:jonathan.taylor_at_priceline.com]
> Sent: Friday, January 16, 2009 9:39 PM
> To: users_at_subversion.tigris.org
> Subject: RE: Re: Subversion/Eclipse Performance on Windows

> So my suspicion is that this has something to do with the file system
itself rather than anything
> within the svn code base that can be optimized for Windows. But it
would sure be nice to find a
> way to get svn on our Windows machines to run faster (we have a lot of
them!), like a file-system-
> within-a-file-system trick or something similar.

There are a couple of tricks to speed up NTFS. I havn't seen them do
that much in the real world, but if you're benchmarking.....

Firstly, turn of 'update access time':
        fsutil behavior set disablelastaccess 1

Turn off the 8.3 filename creation:
        fsutil behavior set disable8dot3 1

Turn off all the "useful" windows services, like indexing, and make sure
you're not using compression (or encryption). Turn off system restore
for the partition too.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-28 15:22:37 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.