Maintaining file permissions across SVN updates? Maintaining file permissions across SVN updates? linux linux

Maintaining file permissions across SVN updates?


You need to set the svn:executable property on the file.

svn propset svn:executable true  <filename>