为什么clearcase活动的所有者是“没人” [英] Why is the owner of the clearcase activity 'nobody'

查看:84
本文介绍了为什么clearcase活动的所有者是“没人”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为什么我创建的clearcase活动的所有者是'NOBODY',但是正确标识了created by。

Why is the owner of the clearcase activity I created is 'NOBODY' but the created by is identified correctly.

这就是为什么我无法做到这一点的原因

Is this the reason why I am not able to view the change set as a different user on a different machine.

推荐答案

这些表示由用户创建的对象(此处为UCM活动)。 CLEARCASE_PRIMARY_GROUP 环境变量(即,他/她不属于的组,或者不属于UCM项目的vob / pvob的主要或次要组的组)。

Those are representing object (here UCM activities) created by a user with an incorrect CLEARCASE_PRIMARY_GROUP environment variable (ie a group he/she isn't part of, or a group which isn't part of the primary or secondary groups of the vob/pvob of the UCM project).

我通常使用a:

cd M:\auser_dynamic_ucm_view\avob\a_root_component
cleartool find . -user NOBODY -exec "cleartool protect -chown a_login_name -chgrp agroup \"%CLEARCASE_PN%\""

这将修复错误的文件,而不是UCM活动。

That would fix incorrect files though, not UCM activities.

对于一项活动,我会执行:

For an activity, I would do a:

cleartool protect -chown a_login_name activity:anActivity@\apvob

这篇关于为什么clearcase活动的所有者是“没人”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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