I have never changed permission on the filesystem itself (in your case, the vws view storage root folder)
If a cleartool desc -l -full -pro aview
gives the wrong group, I would use fix_prot, as illustrated here.
alias sfp sudo /usr/atria/etc/utils/fix_prot
sfp -force -rec -chown <owner> -chgrp <ClearCaseUsers> -chmod 775 /path/to/viewStorage/yourView.vws
sfp -force -root -chown <owner> -chgrp <ClearCaseUsers> /path/to/viewStorage/yourView.vws
On a Windows client, I would typically do:
set CLEARCASE_PRIMARY_GROUP=aGroup
doskey fp=c:RationalClearCaseetcutilsfix_prot.exe -force -chgrp "aGroup" -chown aLogin $*
fp -rec -chmod 775 \UNCPathoview.vws
fp -root \UNCPathoview.vws
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…