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

Re: speed: win32 <-> unix

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-04-04 15:08:44 CEST

On Apr 4, 2005, at 12:12 AM, Sams Niko wrote:
>
> Why is the win32-svn slower and blocks the whole system?
> is this because svn is written (and optimized) for unix-systems?
>

No, it's because svn manipulates lots of small files in the .svn/ area.
  (It journals all of its actions, for example.) And NTFS is
tremendously slow at this, compared to Linux filesystems. For
operations that are working-copy intensive, windows seems to be about
2x slower in this regard. There's nothing we can do about it (other
than redesign all of the working copy code in svn 2.0.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 4 15:11:30 2005

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.