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

Re: svn speed

From: Dave Neary <david_at_phenix.fr>
Date: 2004-11-16 17:22:55 CET

Hi Natalya,

Natalya Smirnov wrote:
> What can this mean in terms of svn speed?
>
> "Speed increasing is achieved basically at the expense of full backup of
> all work files on your computer."

It means that Subversion increases the speed (by eliminating the need
for client/server communication) of common operations like svn status
and svn diff by storing a pristine copy of the last revision that you
updated to locally. Thus all operations which can be handled without
going to the server are (handled without going to the server).

The cost of this elimination of client/server traffic is that your local
copy will be twice as big as it would be in a CVS checkout.

Cheers,
Dave.

-- 
David Neary
Phenix Engineering
110 ave Jean Jaures, 69007 Lyon
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 16 17:24:17 2004

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.