Is it possible to somehow override default algorithm for assigning SVN properties using the svn:auto-props? (Obviously only for those that do use svn:auto-props...)
In particular how do I assure that svn:executable is not set based on corresponding permission flag? Since default automatic properties assignment will look at the executable permission flag and if it is set it will assign svn:executable. While I would like to automatically assign this flag only to files explicitly listed in svn:executable. (Obviously user will still be able to set the property manually skipping any default algorithm.)