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
posted @ 2016-09-13 11:18  bodong  阅读(175)  评论(0编辑  收藏  举报