更改在ClearCase中的查看权限后重新同步 [英] Re-synchronizing after changing permission to view in ClearCase

查看:534
本文介绍了更改在ClearCase中的查看权限后重新同步的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Linux机器上创建了一个新的ClearCase视图.它被同步到开发人员工作的Windows计算机中.但是,我发现该视图的权限是错误的,因此我在Linux中使用chgrp命令修改了该视图的权限.

I created a new ClearCase view on a Linux machine. And it was synchronized into the Windows machine where the developers work. However, I found that the permissions for the view was wrong and I modified the permission for the view using the chgrp command in Linux.

我有两个问题:

  1. 这是在Unix的ClearCase中更改视图权限的正确方法吗?
  2. 进行权限更改后,是否可以与Windows区域重新同步?

推荐答案

我从未更改过文件系统本身的权限(在您的情况下,是vws视图存储根文件夹)

I have never changed permission on the filesystem itself (in your case, the vws view storage root folder)

如果cleartool desc -l -full -pro aview提供了错误的组,我将使用 所示.

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

在Windows客户端上,我通常会这样做:

On a Windows client, I would typically do:

set CLEARCASE_PRIMARY_GROUP=aGroup
doskey fp=c:\Rational\ClearCase\etc\utils\fix_prot.exe -force -chgrp "aGroup" -chown aLogin $*
fp -rec -chmod 775 \\UNC\Path\to\view.vws
fp -root \\UNC\Path\to\view.vws

这篇关于更改在ClearCase中的查看权限后重新同步的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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