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

AW: Compressed Pristines (Design Doc)

From: Markus Schaber <m.schaber_at_3s-software.com>
Date: Fri, 23 Mar 2012 15:44:46 +0000

Hi, Erik,

Von: Erik Huelsmann [mailto:ehuels_at_gmail.com]
> To substantiate that claim, I took the pristines directory from my Subversion working copy and did some experimenting. See results  below:

> $ ls -ls uncompressed-pristines/*/*.svn-base | awk '{ tot += $1; } END { print "total size " tot; }'
total size: 188724

> $ cp -Rp uncompressed-pristines/ compressed-pristines
> $ gzip compressed-pristines/*/*.svn-base
> $ ls -ls compressed-pristines/*/*.svn-base.gz | awk '{ tot += $1; } END { print "total size " tot; }'
total size: 52320

> $ cat compressed-pristines/*/*.svn-base.gz > combined-compressed-file

Are you sure you should not combine the uncompressed pristines, and compress them afterwards? AFAICS, one of the points of the proposal is to profit from the inter-file redundancies.

Mit freundlichen Grüßen

Markus Schaber

-- 
___________________________
We software Automation.
3S-Smart Software Solutions GmbH
Markus Schaber | Entwicklung
Memminger Str. 151 | 87439 Kempten | Tel. +49-831-54031-0 | Fax +49-831-54031-50
Email: m.schaber@3s-software.com | Web: http://www.3s-software.com 
CoDeSys Internet-Forum: http://forum.3s-software.com
Geschäftsführer: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Handelsregister: Kempten HRB 6186 | USt-IDNr.: DE 167014915
Received on 2012-03-23 16:45:27 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.