5/8/09

How to store an executable script in SVN

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'