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

binary files and repository files

From: Martin Hajduch <martin.hajduch_at_assyst-intl.com>
Date: 2004-01-22 18:13:32 CET

hi !

i have installed subversion because i have read that it is 'efficiently
handling binary files'
what i wanted to use it for:
i have a directory structure of compiled software, this is replicated to
all servers where the software is running, size of the tree is cca 60mb
currently

sources are in cvs, i have build/deployment mechanism to handle most of
the tasks automatically
i also have a possibility to rebuild the tree with the software version
from the past - but it takes quite some time to compile everything
so i was thinking of storing important versions in a subversion (these
are binary files mostly)

however, to me it seems like repository size is always increased by
size_of_changed_files * 2

i have imported part of the tree, 33mb; repository size was 70mb
then i have replaced one binary file (500kb) with a new version and
almost the same size -> repository size increased by 1,2mb
then i have replaced another binary file (700kb) with a new version and
almost the same size -> repository size increased by 1,5mb

these were jar files, and i can understand that they are zipped and
therefore even a small change in a source code can lead to completely
different content
if the size of the repository would increase by the size of changed
binaries plus some kilobytes of meta data - i would be happy

can anyone explain me why is the repository size increasing so much with
every commit ? can i do something to minimize this ?

thanks !

martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 22 18:16:01 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.