Menu

Commit [r997]  Maximize  Restore  History

Manual reversion of r583 and r570 - the removal of the svn:mime-type property from all files.

To avoid the files with the extensions [ac, eff, frag, nas, osgx, svg, txt, vert, xhtml, xml, xsl]
being treated as binary files, as was previously the case, the normal 'svn merge' command was not
used for the reversion. Instead the svn:mime-type property was manually readded to all the binary
file types using the find command together with 'svn propset'. Therefore the svn:mime-type
properties of the files may not always match those from before r583.

find -iname "*.wav" -exec svn propset svn:mime-type "audio/x-wav" {} \;
find -iname "*.bmp*" -exec svn propset svn:mime-type "image/x-ms-bmp" {} \;
find -iname "*.gif" -exec svn propset svn:mime-type "image/gif" {} \;
find -iname "*.jpg" -exec svn propset svn:mime-type "image/jpeg" {} \;
find -iname "*.png*" -exec svn propset svn:mime-type "image/png" {} \;
find -iname "*.psd" -exec svn propset svn:mime-type "image/vnd.adobe.photoshop" {} \;
find -iname "*.tif" -exec svn propset svn:mime-type "image/tiff" {} \;
find -iname "*.xcf" -exec svn propset svn:mime-type "image/x-xcf" {} \;
find -iname "*.rgb*" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.au" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.*af" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.3ds" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.blend*" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.dds" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.od[gst]" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.onetoc2" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.xlsx" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.pdf" -exec svn propset svn:mime-type "application/pdf" {} \;
find -iname "*.ps" -exec svn propset svn:mime-type "application/postscript" {} \;
find -iname "*.gz" -exec svn propset svn:mime-type "application/x-gzip" {} \;
find -iname "*.mdl" -exec svn propset svn:mime-type "application/x-dosexec" {} \;
find -iname "*.zip" -exec svn propset svn:mime-type "application/zip" {} \;

edauvergne 2015-10-06

1 2 3 .. 992 > >> (Page 1 of 992)
changed /trunk/Aircraft/14bis/14bis-splash.png
changed /trunk/Aircraft/14bis/Models/Effects/cranking/smoke.png
changed /trunk/Aircraft/14bis/Models/Engine/engine.png
changed /trunk/Aircraft/14bis/Models/Interior/interior.png
changed /trunk/Aircraft/14bis/Models/Interior/inttissus.png
changed /trunk/Aircraft/14bis/Models/Liveries/1024x1024/test-texture.png
changed /trunk/Aircraft/14bis/Models/Liveries/1024x1024/test-tissus.png
changed /trunk/Aircraft/14bis/Models/Liveries/1024x1024/test-tissus.xcf.gz
changed /trunk/Aircraft/14bis/Models/Pilot/pilot.png
changed /trunk/Aircraft/14bis/Models/prop.png
changed /trunk/Aircraft/14bis/Models/texture.png
changed /trunk/Aircraft/14bis/Models/tissus.png
changed /trunk/Aircraft/14bis/Models/tissus.xcf.gz
changed /trunk/Aircraft/14bis/Sounds/anzani-ralenti.wav
changed /trunk/Aircraft/14bis/Sounds/anzani-running.wav
changed /trunk/Aircraft/14bis/Sounds/anzani-start.wav
changed /trunk/Aircraft/14bis/Sounds/wind.wav
changed /trunk/Aircraft/14bis/thumbnail.jpg
changed /trunk/Aircraft/21/21-splash.png
changed /trunk/Aircraft/21/Models/Effects/cranking/smoke.png
changed /trunk/Aircraft/21/Models/Effects/ground/smoke.png
changed /trunk/Aircraft/21/Models/Engine/darrack.png
changed /trunk/Aircraft/21/Models/Interior/interior.png
changed /trunk/Aircraft/21/Models/Pilot/transp.png
changed /trunk/Aircraft/21/Models/Pilot/ww1_pilot_old.png
/trunk/Aircraft/14bis/14bis-splash.png
Binary file was changed.
/trunk/Aircraft/14bis/Models/prop.png
Binary file was changed.
/trunk/Aircraft/14bis/Models/texture.png
Binary file was changed.
/trunk/Aircraft/14bis/Models/tissus.png
Binary file was changed.
/trunk/Aircraft/14bis/Sounds/wind.wav
Binary file was changed.
/trunk/Aircraft/14bis/thumbnail.jpg
Binary file was changed.
/trunk/Aircraft/21/21-splash.png
Binary file was changed.
1 2 3 .. 992 > >> (Page 1 of 992)
MongoDB Logo MongoDB