ClearCase 不允许签入
我对 ClearCase 相当陌生,但已经搜索了以下问题的许多解决方案,但没有成功。当我尝试办理登机手续时,出现以下错误。
“我的文件”检查时出错 没有权限执行“签入”操作 必须是以下之一:对象创建者、元素所有者、VOB 所有者、ClearCase grop 成员 无法检查“我的文件”
我已验证我实际上位于 ClearCase 组中,并且已检查了其正常工作所需的注册表项。如果我无法退房,那么我会怀疑我的团队搞砸了,但事实并非如此。
I'm rather new to ClearCase but have searched through a lot of solutions to the following problem without success. When I try to do a check-in I get the following error.
Error checking in 'MY FILE'
No premission to perform operation "checkin"
Must be one of: object creator, element owner, VOB owner, member of ClearCase grop
Unable to checking "MY FILE"
I've verified that I am in fact in the ClearCase group and have checked the registry entries that are required for it to work correctly. If I wasn't able to check-out then I would suspect my groups were messed up, but this isn't the case.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
遇到 ClearCase 权限问题时要检查的三个标准是:
1/ 在“
credmap
”(凭证映射)中输入“
credmap VOB_Server_Hostname
”并检查当前您的主要主机名是什么组(另请参阅CLEARCASE_PRIMARY_GROUP
环境变量的值)2/视图保护权限
类型“
cleartool lsview -l -full -pro -cview
”在视图中的任何位置,以及查看主要组是否正确3/ vob 的主要组和次要组键入
“
cleartool descr -l vob:\yourVob
”,其中“yourVob
”为 Vob (版本对象数据库或“存储库”)应该包含“yourFile”。最后一点很重要,因为如果您的主要群组不是与“
yourVob
”关联的群组之一,那么您将无权签入。还要检查父目录的保护权限(特别查看是否设置了执行位)。
The three criteria to check when confronted with a ClearCase permission issue are:
1/ the "
credmap
" (credential mapping)type "
credmap VOB_Server_Hostname
" and check what is currently your primary group (see also the value ofCLEARCASE_PRIMARY_GROUP
environment variable)2/ the view protection rights
type "
cleartool lsview -l -full -pro -cview
" anywhere within your view, and see if the primary group is correct3/ the primary and secondary groups of the vob
type "
cleartool descr -l vob:\yourVob
", with "yourVob
" the Vob (Version Object Database or "repository") supposed to contain "yourFile".The last point is important because if your primary group is not one of the groups associated with "
yourVob
", then you won't have the right to make a checkin.Check also the protection rights of the parent directory (see in particular if the execution bit is set).