我在更改视图的(* .vws)目录中的组名时遇到问题,因为在Pvob上更改了cc主要组。它并没有阻止我,因为我是主人,但我的同事无法在我看来提供。
感谢您的帮助
答案 0 :(得分:1)
我通常使用fix_prot
(参见" About fix_prot
")
在Windows上:
doskey fp=c:\Rational\ClearCase\etc\utils\fix_prot.exe -force -chgrp "TheNewGroup" -chown yourID $*
fp -rec -chmod 775 \\path\to\view\storage\yourID\yourView.vws
fp -root \\path\to\view\storage\yourID\yourView.vws
在Unix上:
alias fp=/path/to/ClearCase/etc/utils/fix_prot -force -chgrp "TheNewGroup" -chown yourID
fp -rec -chmod 775 /path/to/view/storage/yourID\yourView.vws
fp -root /path/to/view/storage/yourID/yourView.vws
请注意,如果PVob的组已更改,您可能还必须更改项目组,流和关联的分支。
cleartool protect -chgrp "YourNewGroup" stream:yourStream@\aPVob