clearcase

How to get the list of the checkin files between two clearcase ucm lables in unix

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-11 07:36:55
问题 In clearcase UCM how to get the list of the checkin files between two baselines in linux ? I am using the shell script but it's getting strucked while running the below command ? How to redirect the out put to a text or word file ? cleartool diffbl -act -ver label1 label1 >> data.txt 回答1: Note: if your baselines are full, you could use a find query which might redirect in a text file better through the -print option. See "Find changes between labels". Otherwise, the technote "Additional

How to distinguish if merge was manually or automatically?

依然范特西╮ 提交于 2019-12-11 07:27:48
问题 Is that possible to distinguish if merge was performed manually or automatically? I'm using ClearCase 7.1.2 on Windows, and I'd like to know if you can find it by watching the version tree or by any given command-line Thank you 回答1: If by automatically, you mean: is a version created by a deliver/rebase, as opposed to a version created by a manual merge, then the name of the activity associated with that version can help: If it starts with 'deliver' or 'rebase', it is made by a deliver/rebase

ClearCase UCM: Need to See Content of Deleted File

那年仲夏 提交于 2019-12-11 07:17:36
问题 Using Clearcase UCM and ClearCase Explorer, I some time ago deleted a file (command-line equivalent would be rmname). I now need to see the content of this file, but of course it is not shown as being in the directory. How may I get at the file's content (i.e. how do Ilook at the previous directory version--the version that existed before the delete)? 回答1: You can follow a process similar to the IBM technote "Restore an element that has been rmnamed", which will allow you to find back the

Mounting Target Machine (or Server) to Clearcase VOB

早过忘川 提交于 2019-12-11 06:27:53
问题 I have read on IBM's Rational ClearCase manual that there is a ct mount command, but I believe this is only to mount a VOB from the VOB server once you've entered the ClearCase environment. I am trying to determine if I can mount my target machine to my personal ClearCase view. For example, I would ideally enter the following mount command on my target machine: mount -t nfs [server_of_view]:/some/vob/dir /local/dir/of/target/machine Is it possible to perform a unix mount to a ClearCase view?

ClearCase find and exec with %CLEARCASE_PN% in cmd always returns same element

巧了我就是萌 提交于 2019-12-11 05:52:29
问题 I executed the following command in cleartool.exe: cleartool> ! Microsoft Windows XP [Version 5.1.2600] ... X:\dyn_view\vob\path>cleartool find . -type l -exec "cleartool describe %CLEARCASE_PN%" -print But the element output is always the same regarding exec , albeit being different in print . How to output the correct list in the exec part of the command? Example output: symbolic link ".\path\fileA.txt" -> ../../path/fileA.txt created ... .\anypath\fileB.txt symbolic link ".\path\fileA.txt"

What's the best way to distinguish if a ClearCase element is part of UCM environment?

烂漫一生 提交于 2019-12-11 05:29:53
问题 I do some scripting and I have to support both Base and UCM. I get an element name and I have to figure out if that's part of UCM environment or not. What's the most efficient way to do so? e.g. check the view config-spec for UCM statement? Thank you 回答1: You can do a cleartool catcs , anywhere within your view. The config spec of an UCM vie is quite distinct of a baseline ClearCase one: It will begin with ucm identity UCM.Stream ... So unless you have special base ClearCase selection rules

create .project file for flex application

◇◆丶佛笑我妖孽 提交于 2019-12-11 05:25:39
问题 I want to add my flex project to a SCM like Clearcase and then allow other developers download it and use in FlexBuilder. What foramt do i need to place it in my clearcase so users can simply download and import into Flex Builder? Is there some way to create a .project file or similiar to allow Flex Recognise the project in clearcase? 回答1: I do not know Flex Builder project config files (I do know very well ClearCase though), but this question looks like "Do you keep your project files under

How to move location of trigger's script in ClearCase?

情到浓时终转凉″ 提交于 2019-12-11 03:07:28
问题 we have to move the location of the trigger's script. What is the cleartool command to change that location? Thank you 回答1: You can re-define an existing trigger type with mktrtype, using the -replace option. You need to use the same command you used to define the trigger in the first place, but replacing the location with the new path for -execunix and/or -execwin . -rep/lace Replaces the existing definition of type-name with a new one. If you do not include options from the existing

Life Cycle of Base Line/ Base line strategies in UCM ClearCase

一笑奈何 提交于 2019-12-11 02:24:27
问题 We have come up with a stream strategy which has a main integration stream and several other streams for the other environments. A brief idea as shown below. Integration Stream -- Production -- Development ---- Stream for release 1.0 ---- Stream fix release 1.0 We intend to use the child streams for development and deliver it to the Development stream and choose the activities and create a baseline and promote them to the integration stream. I read couple of highly informative posts on this

Is ClearCase supported in Visual Studio 2010

喜夏-厌秋 提交于 2019-12-11 01:56:24
问题 I'm looking for information about support for using ClearCase in Visual Studio 2010, I'm writing up an evaluation of VS 2010 and need some info on SCS other than TFS and SVN and was wondering if there is a plugin being developed for ClearCase and VS 2010? 回答1: I have always seen Rational IBM integration support after the release of the product (eclipse, Visual Studio, ...) And VS2010 won't be release before the 22nd of March 2010 A plugin should then be proposed by Rational (for the CC client