Hi, Erik,

Von: Erik Huelsmann [mailto:ehu...@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.scha...@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

Reply via email to