svn: how to set the executable bit on a file?

http://stackoverflow.com/questions/17846551/svn-how-to-set-the-executable-bit-on-a-file

svn uses propset to change file attributes:

svn propset svn:executable ON sync.py
原文地址:https://www.cnblogs.com/bodong/p/5867749.html