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
时间: 2024-12-12 01:31:01
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