[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: Travis P <svn_at_castle.fastmail.fm>
Date: 2004-11-16 17:29:15 CET

On Nov 16, 2004, at 9:35 AM, 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."

A working copy keeps unmodified copies of all the files, so a working
copy requires 2x the disk space of the files checked out into the
working copy. Having the unmodified copies available locally means
that Subversion can do many operations (status, diff, revert) by
consulting the local copy and thus avoiding the network access that CVS
is forced to do. This is often faster and also allows these operations
even when not connected to any network at all.

-Travis

---------------------------------------------------------------------
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:30:26 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.