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

Re: Size comparison repository - working copy

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Tue, 8 Jan 2008 10:03:01 +0100

On 1/8/08, gec9_at_swissonline.ch <gec9_at_hispeed.ch> wrote:
> The directory containing my SVN repository has 1.5 GB but after checkout the directory with the working copy has 18 GB! How can it be?! I was thinking that the repository and the working copy have roughly the same size.

Absolutely not: the repository uses all kinds of compression
techniques to store data as efficiently as possible (given some
computational limitations).

The working copy stores each file twice in order to support off-line
operation! BTW: normally you're supposed to check out only the part of
the working copy you're expected to work on (meaning that under normal
circumstances you're expected to have smaller checkouts).

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-08 10:04:23 CET

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.