Set a File Executable in a Subversion Repository
Posted by Tres Fri, 11 Apr 2008 02:56:00 GMT
If you’re managing scripts in subversion, you’ll probably run into a file that was committed without the executable bit set when it was committed.
Changing the permissions in the repository is just a matter of using propset like this:
svn propset svn:executable ON /path/to/file