由于pvob中的主要组已更改,如何在视图目录(* .vws)中更改组名? [英] How to change the group name in view dir (*.vws) since primary group in pvob is changed?

查看:80
本文介绍了由于pvob中的主要组已更改,如何在视图目录(* .vws)中更改组名?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

由于在Pvob上更改了cc主组,因此在更改视图(* .vws)目录中的组名时遇到问题。因为我是所有者,但这并没有阻止我,但是我的同事无法发表意见。

I have a problem changing the group name in (*.vws) directory of the view since the cc primary group is changed on Pvob. It is not blocking me since I am the owner but my collegue is not been able to deliver in my view.

感谢您的帮助

推荐答案

我通常使用 fix_prot (请参见 关于 fix_prot ))

I usually use fix_prot (see "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的组已更改,则可能必须更改项目的组,流以及相关分支。

Note that if the group of the PVob has changed, you might have to change the group of the project, stream and associated branch as well.

cleartool protect -chgrp "YourNewGroup" stream:yourStream@\aPVob

这篇关于由于pvob中的主要组已更改,如何在视图目录(* .vws)中更改组名?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆