clearcase

ClearCase MVFS files permissions

北慕城南 提交于 2021-02-08 06:34:25
问题 I am starting to understand the issues I get during my repository synchronization between Git and ClearCase. Let's take a look at this: $ cd $ touch foo && chmod 777 foo $ ls -al foo -rwxrwxrwx+ 1 ch52198 Domain Users 0 Sep 4 15:04 foo $ cd /vob/view/project/ $ cp ~/foo . $ ls -al foo $ -rw-r----- 1 ch52198 Domain Users 0 Sep 4 15:05 foo $ chmod u+x foo $ ls -al foo $ -rw-r----- 1 ch52198 Domain Users 0 Sep 4 15:05 foo ClearCase is doing everything wrong. It ignore all the files permissions

Cleartool - How to rebase and leave just one component in the stream

爷,独闯天下 提交于 2021-02-08 05:29:19
问题 I would like to know if there is a command in cleartool to rebase a specific component and take out the other component that is not necessary? For instance, at ClearCase project, you have the option to rebase the baseline by component, and you also can remove the component you don't need by click on Remove button. Thus, once you remove it, the code for this component won't be there after you complete the rebase. The command that I use to rebase a baseline is: rebase -bas 'baseline code'

How do I search for specific kinds of merge hyperlinks in clearcase?

南楼画角 提交于 2021-02-08 03:37:27
问题 Background I have recently created an erroneous merge hyperlink in clear case. This was the result of a script that automerged several files. Given that a script created the erroneous merge, I am trying to search for other instances of erroneous merge arrows. Below are the constraints I want to put in my search: All merge hyperlinks created by me. On a specific date This question talks about finding a merge hyperlink in one file. However, I am looking for a set of merge hyperlinks that I

Baseline creation interrupted

无人久伴 提交于 2021-01-28 03:22:21
问题 I tried to create a baseline today and ClearCase Explorer crashed (seemed to be after it was finished, but evidently it wasn't.) I tried to recreate the baseline and it gives me an error saying there are some that are "in_progress" so it can not proceed. I removed the baseline, and I am trying to remove the "in_progress" label types. When I remove the lbtype, it says that a directory is locked. I did an lslock -all and removed the locks on a project and a baseline and now there is nothing

Clearcase - Unable to access VOB - ls: reading directory - Permission denied

谁说我不能喝 提交于 2021-01-24 12:09:26
问题 Clearcase Server Version - 8.0.1.19 OS – Centos - 7.6.1810 (Core) Problem: Created new VOB, Mounted the VOB then created dynamic view on server successfully. From VOB root directory ls command shows below error. ls: reading directory .: Permission denied total 0 I have executed below protect commands. cleartool protectvob -f -chown ccadmin -chgrp testvob-grp /vobstg/testvob.vbs cleartool protect -chown ccadmin -chgrp testvob-grp -chmod 775 -r . [root@VOB-Server /]# cleartool desc -l vob:

Clearcase - Unable to access VOB - ls: reading directory - Permission denied

…衆ロ難τιáo~ 提交于 2021-01-24 12:06:59
问题 Clearcase Server Version - 8.0.1.19 OS – Centos - 7.6.1810 (Core) Problem: Created new VOB, Mounted the VOB then created dynamic view on server successfully. From VOB root directory ls command shows below error. ls: reading directory .: Permission denied total 0 I have executed below protect commands. cleartool protectvob -f -chown ccadmin -chgrp testvob-grp /vobstg/testvob.vbs cleartool protect -chown ccadmin -chgrp testvob-grp -chmod 775 -r . [root@VOB-Server /]# cleartool desc -l vob:

Clearcase - Unable to access VOB - ls: reading directory - Permission denied

余生长醉 提交于 2021-01-24 12:06:52
问题 Clearcase Server Version - 8.0.1.19 OS – Centos - 7.6.1810 (Core) Problem: Created new VOB, Mounted the VOB then created dynamic view on server successfully. From VOB root directory ls command shows below error. ls: reading directory .: Permission denied total 0 I have executed below protect commands. cleartool protectvob -f -chown ccadmin -chgrp testvob-grp /vobstg/testvob.vbs cleartool protect -chown ccadmin -chgrp testvob-grp -chmod 775 -r . [root@VOB-Server /]# cleartool desc -l vob:

Clearcase - Unable to access VOB - ls: reading directory - Permission denied

让人想犯罪 __ 提交于 2021-01-24 12:05:04
问题 Clearcase Server Version - 8.0.1.19 OS – Centos - 7.6.1810 (Core) Problem: Created new VOB, Mounted the VOB then created dynamic view on server successfully. From VOB root directory ls command shows below error. ls: reading directory .: Permission denied total 0 I have executed below protect commands. cleartool protectvob -f -chown ccadmin -chgrp testvob-grp /vobstg/testvob.vbs cleartool protect -chown ccadmin -chgrp testvob-grp -chmod 775 -r . [root@VOB-Server /]# cleartool desc -l vob:

持续集成和持续交付工具-jenkins

南楼画角 提交于 2020-10-28 06:29:56
打破原有的手动部署方式,实现程序自动化;通过 jenkins 来解放你的双手 jenkins说明 jenkins是一款由Java编写的开源的持续集成工具,它运行在Servlet容器中(例如Apache Tomcat)。它支持软件配置管理(SCM)工具(包括AccuRev SCM、CVS、Subversion、Git、Perforce、Clearcase和RTC),可以执行基于Apache Ant和Apache Maven的项目,以及任意的Shell脚本和Windows批处理命令,可以通过各种手段触发构建,例如提交给版本控制系统时被触发,也可以通过类似Cron的机制调度,也可以在其他的构建已经完成时,还可以通过一个特定的URL进行请求。 jenkins安装 官方下载: https://jenkins.io/zh/download/ 有相应系统的安装包和通用包(.war),通过Servlet容器运行 1、WAR包安装 将最新的稳定Jenkins WAR包 下载到您计算机上的相应目录。 在下载的目录内打开一个终端/命令提示符窗口。 运行命令 java -jar jenkins.war 浏览 http://127.0.0.1:8080 ,并等到 Unlock Jenkins 页面出现。 2、 brew 安装 Mac下执行 brew install jenkins-lts 命令安装

Stages — 研发过程可视化建模和管理平台

自闭症网瘾萝莉.ら 提交于 2020-10-25 08:53:39
Stages 可用于帮助企业定义、管理、发布、控制、优化其研发过程,同时使其研发过程符合CMMI、ASPICE、ISO26262 等标准。Stages 的核心理念是把过程理论和实际项目进行有机结合。Stages聚焦于研发过程的用户体验,允许用户集中访问过程描述信息、项目文档、模板、应用案例或者技术知识库。在Stages中定义好的过程,可以直接用于项目管理或者配置管理系统,如ClearCase、SVN、RTC、JIRA等。 产品介绍 • 简单灵活的过程建模 Stages 提供了非常简单灵活的可视化建模方式,表单化的过程定义,自动渲染的图形呈现,还可以定义任意详细程度的模型显示。过程模型提供了多种视图,方便不同的人员使用。例如,过程建模工程师可以使用过程模型的详细视图,以进行过程定义和确保过程的一致性。开发工程师可以使用模型视图,它只包含个人每天的工作信息,如文档和模板。 • 过程建模要素 过程建模一般包括活动&决策、角色、工具、资源、阶段&里程碑、工具、方法、培训和度量这几大关键要素。Stages 工具很好的支持了这些过程要素。 • 过程与标准的合规性 为了支持企业使用标准参考模型(如CMMI、ASPICE、ISO26262)来进行过程改进,Stages 内置了这些标准的参考模型,并且能灵活地把过程模型与不同的参考模型进行映射,此外可进行过程模型的差距分析。 • 灵活的过程变体能力