If you want that subversion to mark a file as executable when you check it out, you can tell it by setting a property in SVN: (Link)
$ svn propset svn:executable ON somescript
property 'svn:executable' set on 'somescript'
Some notes for development of embedded linux systems.
If you want that subversion to mark a file as executable when you check it out, you can tell it by setting a property in SVN: (Link)
$ svn propset svn:executable ON somescript
property 'svn:executable' set on 'somescript'