On Tue, 12 Aug 2008, Paul Koning wrote:
> In fsfs, each commit is a single file, but a separate file. That will
> consume disk space according to what your file system has for
> allocation granularity. If the clustersize is 4k, a one byte change
> will take 4k.
In addition, (at least with fsfs), a tiny change to a single file
causes the db/revs/${number} file to contain not only a description
of the actual change, but also a lot of information about other files
in the same directory, even when they haven't changed. In some of my
subversion repositories, this apparently useless information takes up
the majority of the space.
--apb (Alan Barrett)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-13 10:49:32 CEST