Remove unwanted svn:executable and svn:mime-type SVN properties throughout project.
svn:executable
svn:mime-type
In particular, incorrect use of svn:mime-type on PHP script files is causing Trac to not provide syntax highlighting when browsing a file. e.g. https://buddypress.trac.wordpress.org/browser/trunk/src/bp-core/bp-core-template-loader.php
Fixes #6283