How do I set the executable bit on a file in an svn repository?
I've tried:
chmod +x sync.py
svn commit sync.py -m "Make sync.py executable"
But the change was not propagated.
How do I set the executable bit in the svn repository?
svn uses propset
to change file attributes:
svn propset svn:executable ON sync.py
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With