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

Re: SVN working checkout overhead

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-03 00:45:04 CEST

On May 2, 2005, at 5:05 PM, Michael L Brown wrote:
>  The non-compiled checkout is 459035 kB.  Remove all of the .svn
> directories and the size drops to 219127 kB.  Wow.

Look in the .svn/ dirs. There are cached 'pristine' copies of every
file. It's a deliberate design which allows you to 'svn diff', 'svn
revert' without hitting the network. It also allows you the client to
send diffs when committing. No, it's not configurable; no, you can't
make those caches go away.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 3 00:48:19 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.