Cannot add files to source control in Clearcase Client machine

落花浮王杯 提交于 2019-11-28 06:29:01

问题


I have set up one Clearcase server, one Clearcase client, both on Windows XP. And created the following local groups and users.

Machine A (Clearcase server)

Group: Clearcase Admin - User: ccadmin

Group: Clearcase User - User: ccadmin, ccuser

Machine B (Clearcase client)

Group: Clearcase Admin - User: ccadmin

Group: Clearcase User - User: ccadmin, ccuser

Then I logon machine B with ccuser, I checked out source code successfully, but when I try to add new files to source control, it prompted the following error:

No permission to perform operation "make branch" Must be one of: member of element group, element owner, VOB owner, member of Clearcase group

p.s. I check in/out source code with Clearcase plugin in RAD

I added CLEARCASE_PRIMARY_GROUP to environment for my account in both machines, but another error shows up

Now the group "Clearcase User" is in the VOB list, is the error due to the different hostname?

New Update


回答1:


You need to describe the vob into which you try to add to source control

 cleartool describe -l vob:\YourVob

And make sure your CLEARCASE_PRIMARY_GROUP refers to one of the groups (primary or secondary) listed by that command for the vob.



来源:https://stackoverflow.com/questions/9275811/cannot-add-files-to-source-control-in-clearcase-client-machine

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