I have a bash script file (.sh) and a Python script file (.py) in the same directory. Both have svn: executable permission. However, when I update svn, only the bash script receives an executable permission set.
Any ideas why? (If I manually set the resolution to the Python script, it works fine.)
Doh! Turns out I had a typo. It had the property "sv: executable" (missing n). detected by loentar propget / propset.
source
share