clearcase

how to commit an arbitrary directory tree

﹥>﹥吖頭↗ 提交于 2019-12-23 02:54:38
问题 I am looking for a process that would allow me to commit an arbitrary directory tree to ClearCase. The tree might contain regular files, directories and symlinks (to either files or directories). We are working with dynamic views exclusively, and I have been given by older team members the following process to follow in such cases (assume that I need to commit to ClearCase the entire structure of directory foo ): change to the directory where foo appears and check it out: ct checkout .

How to checkout multiple times using different branches for the same element inside same view of Clearcase

☆樱花仙子☆ 提交于 2019-12-23 02:45:30
问题 How do I checkout different branches of the same element in the same view by modifying the config_spec accrodingly in Clearcase? Clearexplorer is giving message that already another version is checkedout in the same view, even though I have selected another branch in the config_spec rule correctly. Any clue will help me. Thank you. 回答1: Hello, I added the VERSION TREE Picture where it shows that another CHECKEDOUT element is UNRESERVED mode. So, checkout on another branch of the same element

In clearcase how to convert non modifiable baseline to modifiable?

白昼怎懂夜的黑 提交于 2019-12-23 02:44:29
问题 A new UCM project was created with multiple baselines configured When i am trying to checkout files from particular component , I was not allowed to checkout and it said may be the stream will be read-only. I am able to checkout other component files in the stream. So i tried to run the following command cleartool lsstream -view "MyBuildView" -l Output had many things and the baseline related information i have copied below. I am able to see that the component3 is non-modifiable as also it is

Is there a way to convert omake build to ms build

半世苍凉 提交于 2019-12-23 02:36:47
问题 I would like to convert omake projects (clearcase) to msbuild (TFS). Please let me know whether any tool is available for the conversion. I would appricate if you have give me an example 回答1: omake project is a Rational® ClearCase® utility to build, maintain, update, and regenerate groups of programs. It includes many of the configuration management facilities provided by the clearmake utility. omake is intended for use in dynamic views. You can use omake in a snapshot view, but none of the

How to create ClearCase views automatically?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-23 02:28:41
问题 I'm a configuration manager and I'm working on Windows and UNIX environments. Currently, I have to create the views by myself for the developers and QA engineers. Is there any better approach? Thanks. 回答1: Yes: script the ClearCase view creation or explain them the mkview usage. Each user can then create is own view. Create views is definitely not the role of a configuration manager. 1/ Determine a view naming convention username_viewPurpose: non-UCM dynamic view username_viewPurpose_snap:

How to find new undelivered files for a given UCM “stream”

安稳与你 提交于 2019-12-23 02:26:46
问题 We use UCM for development. We create streams under streams, like this Question is how to find new files in a given stream. In the example " feat1 " would have new files relative to its parent lis1 (lis=local integration stream). The new files could be from " feat1 " or its child streams like " developer1 ". How could I identify new files in lis1 ? One option is to create dynamic views on a stream (say feat1) and its parent stream(lis1) and take diff and figure out files new in the child

Why is my working directory view empty?How to set the working directory view

妖精的绣舞 提交于 2019-12-23 01:57:10
问题 Why is my working directory view empty? How to set the working directory view Working directory view: ** NONE ** How to set it? [shibanis@linuxserver206 C-T3-P-fad-viewstore7]$ ct pwv Working directory view: ** NONE ** Set view: hdbu_iop_shibanis_vu And: View details:[shibanis@linuxserver206 C-T3-P-fad-viewstore7]$ ct lsview -long hdbu_iop_shibanis_vu Tag: hdbu_iop_shibanis_vu "san to nas storage" Global path: /net/in0oianas002/in0oianas002_SAS_U1/C-T3-P-fad-viewstore7/hdbu_iop_shibanis_vu

How to apply a private label with mklabel celearcase command?

狂风中的少年 提交于 2019-12-23 01:52:52
问题 I'm tring to apply a personal label on a file in clearcase vob. I've used the command: cleartool mklabel MY_LABEL TestFile.txt@@\main\1 End the result is: cleartool: Error: label type "MY_LABEL" not found in VOB "\TEST_vob" and no global type defin cleartool: Error: Unable to create label "MY_LABEL" on "TestFile.txt" version "\main\1". I execute the command from command line in the same level of the file. Am I using the command incorrectly, or is the command locked by a CC admin? 回答1: You

Clearcase Relocation command

主宰稳场 提交于 2019-12-23 01:24:45
问题 I'm relocating certain files to a new VOB in ClearCase. example: VOB1/folder1/folder2/file1 to VOB2/folder1/folder2/ folder1 and folder2 in VOB2 are newly created folders. I cannot see the labels of folder1 and folder2 applied in VOB1 in VOB2. Is there any way the labels can be copied to folder1 and folder2 in VOB2 from VOB1? 回答1: Relocating files (mentioned in your previous question) means the relocation will involves only data and metadata attached to that file, not to its parent folder.

How to ask cleartool lsvtree to show the author's name

落花浮王杯 提交于 2019-12-23 01:13:06
问题 How to list the ClearCase versions including the author of each change ? I tried lsvtree -all which doesn't give me this information. 回答1: Check the different options available with fmt_ccase, include " %n %u ": %u is for user. The doc mentions: Note: In commands that output data on multiple versions, such as lshistory and lsvtree , formatting is applied to each version, not to the command output as a whole. However, since lsvtree doesn't support fmt , you can fallback to lshistory: cleartool