Re-compress svgz files with:

find . -name "*.svgz" -exec advdef -z -4 '{}' \;

That saves around 6MB in trunk without any restrictions.

Also correct the svn mimetype for all svgz files which had a wrong one (which is thy reason why my fist commit failed...) with:
svn propset svn:mime-type 'application/octet-stream'

svn path=/trunk/KDE/kdebase/apps/; revision=756680
This commit is contained in:
Urs Wolfer 2008-01-03 15:25:23 +00:00
parent c7cd6bc6ab
commit f2abd912c5
3 changed files with 0 additions and 0 deletions