Added the svn:mime-type property as "application/octet-stream" to all bzip2 compressed files.
This is to avoid binary diffs.
The command used was: find -iname "*.bz2" -exec svn propset svn:mime-type "application/octet-stream" {} \;
Authored by: bugman 2015-11-23
Parent: [r28091]
Child: [r28093]