To make a file executable in svn on Linux, it property svn:executable
has to be set as ON
.
$ svn propset svn:executable ON sync.py $ svn commit
To make a file executable in svn on Linux, it property svn:executable
has to be set as ON
.
$ svn propset svn:executable ON sync.py $ svn commit