[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: Phillip Susi <psusi_at_cfl.rr.com>
Date: 2007-02-13 23:34:16 CET

Ryan Schmidt wrote:
> But both the update and the commit *do* need to thumb through the entire
> working copy to read through all the .svn directories to find out what
> the current revision of all the files and directories is.

They only need to read the control files and check the timestamps for
most of the files. This is no different than cvs, so it does not
account for a slowdown with svn.

If the timestamps get messed up ( and I used to see this frequently on
windows ) then all the files must be read in full, causing the process
to slow to a crawl. An svn cleanup should fix that.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 13 23:35:01 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.