标签:
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
svn: how to set the executable bit on a file?
标签:
原文地址:http://www.cnblogs.com/bodong/p/5867749.html