Set file as executable in svn
Nov 25, 2014 09:52 · 21 words · 1 minute read
chmod
doesn’t do the trick, so you need to set the proper flag in svn with:
svn propset svn:executable ON <filename>
chmod
doesn’t do the trick, so you need to set the proper flag in svn with:
svn propset svn:executable ON <filename>