clearcase-automation

deliver merge automatic

旧城冷巷雨未停 提交于 2019-12-06 16:26:46
My Requirement is regarding clearcase delivery: I want to automate delivery(no manual intervention/no deliver failure) process: While delivering - if there is any merge issue 1.if CC is able to merge files, its good- let it merge, 2.if CC is not able to merge - i don't want it to fail, instead lets not merge that particular file(revert merge for that file), proceed with next files. 3.List the files that are skipped, so that i can manually merge later. i doubt we can do this in a single step, but let me know if this is possible, and process to do it. VonC you can click "skip all" during a merge

clearcase symbolic link file not visible from a snapshot view

天涯浪子 提交于 2019-12-06 15:41:27
I have created a symbolic link (see below) to a version controlled file from a different vob ( VOB_II ) and the file is visible from a dynamic view whereas it’s not visible from the UCM snapshot view. A.txt --> ..\..\..\VOB_II\SampleDir\A.txt I have the following selection and load rules. element \VOB_II\SampleDir\A.txt ...\branch1\LATEST load \VOB_II\ SampleDir Any ideas why the file is not getting loaded in the snapshot view? I could not figure out what’s wrong. Any help or inputs are much appreciated. VonC First, do a cleartool ls in C:\path\to\my\view\VOB_II\SampleDir The status can

how to find the list activities delivered to integration stream on a particular day?

吃可爱长大的小学妹 提交于 2019-11-26 23:25:59
问题 We use to take nightly builds irrespective of any files were delivered to integration stream or not. What i would like to do is , find the list of deliveries done on a particular day. If there were no deliveries to integration stream then build will not be triggered. Through project explorer itself we can see. but i would like to know from commands. 回答1: Any deliver in UCM will generate an activity call deliver.xxx . Simply list all activities for a given Stream (see cleartool lsact man page)

Find local copy of files in snapshot view

非 Y 不嫁゛ 提交于 2019-11-26 21:07:41
I'm using the ClearCase Automation Library (CAL) in a tool that helps me keep track of unintegrated changes; now I'd like to extend the tool so I can also make checkins through it. For this feature, I need to find the local copy of a Snapshot View. While I can ask CC which View is attached to a certain directory, I cannot seem to find a function to look up the local directory for a given View; also it appears as if the most reliable method to find out whether a Snapshot View exists locally is to compare the HostName property against the local computer name. So: Given the IClearCase interface,

Find local copy of files in snapshot view

落花浮王杯 提交于 2019-11-26 07:49:28
问题 I\'m using the ClearCase Automation Library (CAL) in a tool that helps me keep track of unintegrated changes; now I\'d like to extend the tool so I can also make checkins through it. For this feature, I need to find the local copy of a Snapshot View. While I can ask CC which View is attached to a certain directory, I cannot seem to find a function to look up the local directory for a given View; also it appears as if the most reliable method to find out whether a Snapshot View exists locally