Re: [dev] Large source file

2010-05-01 Thread Pavel Janík

Hi,

On 26.4.2010, at 13:00, Jens-Heiner Rechtien wrote:

The hg storage is already compressed. This buys nothing for the  
cloning operations, in fact it goes a long way to make it even  
worse. Please don't do this. I would rather live with a 75 MB Blob  
in the working directory.


I don't ;-) Having this file on everybody's disk is nonsense. I'd  
prefer to have it in compresed form in the sources if at all.

--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Large source file

2010-04-26 Thread Jens-Heiner Rechtien

Hi,

Thorsten Behrens wrote:

Pavel Janík wrote:

does this file make sense in the source code?

-rw-r--r--1 pavelpavel75159156 Apr 21 18:35
sdext/source/pdfimport/xpdftest/binary_1_out.def


Oh ... please don't do this. Things like this kill every effort to speed 
up the handling of the sources.





Hi Pavel,

good catch, was not aware this was/grew *that* large - one option
would be to distill book.pdf (same dir) into a
similarly-representative testcase, another is somewhat lamer, but
equally effective: pack all *.def files with gzip, apply attached
patch.

$ du -sb sdext/source/pdfimport/xpdftest/
3835812 sdext/source/pdfimport/xpdftest/


The hg storage is already compressed. This buys nothing for the 
cloning operations, in fact it goes a long way to make it even worse. 
Please don't do this. I would rather live with a 75 MB Blob in the 
working directory.


Regards,
   Heiner

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Large source file

2010-04-26 Thread Thorsten Behrens
Jens-Heiner Rechtien wrote:
 $ du -sb sdext/source/pdfimport/xpdftest/
 3835812 sdext/source/pdfimport/xpdftest/
 
 The hg storage is already compressed. This buys nothing for the
 cloning operations, in fact it goes a long way to make it even
 worse.

Hi Heiner,

in which way would that make it worse? It adds another 2MB-something
to the repo, and removes 73MB from the checkout. I'd consider that a
fair deal. ;)

(please also consider the fact that this file may change, if someone
fixes/updates/adapts xpdfimport - and since the file is ~binary,
that'll add more 2MB chunks to the repo, anyway)

Cheers,

-- Thorsten


pgpQ8Il1fhmTg.pgp
Description: PGP signature


[dev] Large source file

2010-04-24 Thread Pavel Janík

Hi,

does this file make sense in the source code?

-rw-r--r--1 pavelpavel75159156 Apr 21 18:35 sdext/source/ 
pdfimport/xpdftest/binary_1_out.def


--
Pavel Janík



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org