Sometimes when you check out shell and perl scripts from subversion to run automated tests it will be handy if you can set the executable permission permanently in the subversion repository. The following code snippet will do that for you. Just change the filename to your script name.
svn propset svn:executable ON filename










One Comment
thanks for the post!
I was getting mad with my groovy scripts losing their +x attributes!