From kde-scm-interest Sat Oct 08 04:06:32 2011 From: Nicolas Alvarez Date: Sat, 08 Oct 2011 04:06:32 +0000 To: kde-scm-interest Subject: Re: [Kde-scm-interest] Data files and the Git move Message-Id: X-MARC-Message: https://marc.info/?l=kde-scm-interest&m=131805675504807 Johannes Sixt wrote: > Am 9/4/2011 14:11, schrieb Stefan Majewsky: >> $ find -type f -regextype posix-egrep -regex >> '.*\.(xml|wav|ogg|svg|svgz|jpg|png)' | xargs du -hsc | grep total >> 86M total > > It probably doesn't help a lot in terms of space consumptions, but IMO > *.svgz should not be put into the repository, but only their uncompressed > .svg counterparts. They can be compressed to .svgz at installation time. Putting uncompressed .svg files in a git repository would make it *smaller*, since then git can do small and proper deltas between the files. With compressed files that's not possible, the delta between two .svgz would be pretty large (git would probably decide it's not worth it and store the new .svgz file as a whole). -- Nicolas _______________________________________________ Kde-scm-interest mailing list Kde-scm-interest@kde.org https://mail.kde.org/mailman/listinfo/kde-scm-interest