I have a Bash script (.sh file) and a directory has a Python Script (.py) file. Both have svn: executable permissions. However, when I do a 'svn update', only the bash script determines the executable permission set.
Any ideas why? (If I set the permission manually on the Python script then it runs fine.)
DOH! Outside I was a typo, its property was 'sv: executable' (missing n). Lower discovered with prop prop / propset.
is the command:
svn Svn: executable script. Py Output "*"?
If not, use it:
svn propset svn: executable '*' script.py
Comments
Post a Comment