Hello,
We have few components like
libraries
dlls
When initially created I ran the following command
cleartool> describe component:testcomponent@\res_pvob
component "testcomponent"
created 2010-03-11T12:07:47+05:30 by kadaba.CCUserGroup@user-b60d9d5638
owner: USER-B60D9D5638\kadaba
group: USER-B60D9D5638\CCUserGroup
Hyperlinks:
cleartool: Warning: Unable to determine view for "component:testcomponent@\res_pvob".
ComponentRootDir -> <object not available>
I would like to restrict the component access to a few people only.
I tried to use the protect command
I was able to change the owner and the group but when using -chmod it throws an error
cleartool> protect -chmod 777 component:testcomponent@\res_pvob
cleartool: Error: Cannot perform operation for activity: "component:testcomponent@\res_pvob".
- How do I solve this error?
- I would also like to mention the other group, how do I do that?
Suppose I have this folder structure inside the component library say
Apache
Quartz
Since I access this through a view, is it possible to provide permissions for these folders.
I am hoping to get a clarity on how the access control can be defined.
Thanks in advance.