Why is the owner of the clearcase activity 'nobody'

冷暖自知 提交于 2019-11-28 01:35:24

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).

I usually fix that (as a ClearCase admin) with 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%\""

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
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!