To set the execute bit to on (i.e. make a script/file executable), you can use the command below:
svn propset svn:executable ON
Ex.
svn propset svn:executable ON testscript.sh
To set the execute bit to on (i.e. make a script/file executable), you can use the command below:
svn propset svn:executable ON
Ex.
svn propset svn:executable ON testscript.sh