ClearCase MVFS files permissions
问题 I am starting to understand the issues I get during my repository synchronization between Git and ClearCase. Let's take a look at this: $ cd $ touch foo && chmod 777 foo $ ls -al foo -rwxrwxrwx+ 1 ch52198 Domain Users 0 Sep 4 15:04 foo $ cd /vob/view/project/ $ cp ~/foo . $ ls -al foo $ -rw-r----- 1 ch52198 Domain Users 0 Sep 4 15:05 foo $ chmod u+x foo $ ls -al foo $ -rw-r----- 1 ch52198 Domain Users 0 Sep 4 15:05 foo ClearCase is doing everything wrong. It ignore all the files permissions