[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: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Tue, 8 Jan 2008 10:01:56 +0100

On Tuesday 08 January 2008, gec9_at_swissonline.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.

No, that's Subversion's size-optimised way of storing data. The point is that
several entries in the repository can refer to the same piece of data. E.g.
if you are making a copy of a file, only a new entry in a directory is
created, but the content is not duplicated.

OTOH, in the working copy, each copy is represented as individual file. Worse,
Subversion stores a 'pristine copy' of each file in its metadata, so the
actually used size is at least twice the size of the repository!

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Michael Wöhrmann, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
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:03 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.