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

Re: Poor performance in windows. Switching back to CVS

From: B. Smith-Mannschott <benpsm_at_gmail.com>
Date: 2007-02-07 16:02:17 CET

On Feb 7, 2007, at 15:33, Eric wrote:

> When doing an update or a commit, doesn't svn only send those files
> that have been changed?

True. However, this means groveling through the whole working copy
first to figure out *what* has changed. That, in turn means touching
a large number of small files in a large number of directories. This
kind of a task is hard for any file system. Windows' NTFS just
happens to be particularly bad at it.

// ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 7 16:03:10 2007

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.