2016/5/25

svn : set executable attrib to files

svn 如果一開始 add file 時,沒有加 executable attrib, 之後要加,他都當沒看到。
所以要用 svn 特別為 file attrib 設的command。

像,要把所有 .sh file 都加上 x:
$ svn propset svn:executable "777" *.sh

設完後,用 svn status 就可以看到 file 被改變了。
就可以commit


ref:http://stackoverflow.com/questions/6874085/how-to-set-execute-attribute-to-a-file-and-check-it-in-svn-from-windows

沒有留言:

張貼留言