clearcase

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

梦想的初衷 提交于 2019-12-08 08:30:29
How to list the ClearCase versions including the author of each change ? I tried lsvtree -all which doesn't give me this information. 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 lshistory -fmt "%n %u\n" afile 来源: https://stackoverflow.com/questions/28943924/how-to-ask-cleartool

Jenkins Composite baseline with ClearCase

 ̄綄美尐妖づ 提交于 2019-12-08 08:30:03
问题 I'm using the jenkins "ClearCase UCM Make baseline composite" plugin and it seems that it checks a dynamic view on different machine (not the relevant one, on the build machine) - Does someone know why? Where does jenkins take this values from? Another Q : The regular "ClearCase UCM baseline" plugin won't create a composite baseline.. But I read it should be able to do that, can I specify the root component through this plugin somehow? Thx 回答1: The JENKINS/ClearCase UCM Plugin (whose sources

MVFS error in a snapshot view after upgradation of ClearCase

寵の児 提交于 2019-12-08 08:23:14
问题 I created a snapshot view using Rational ClearCase explorer. After creating it, I set the config specs, environmental variables and later tried compiling my code and got an MVFS error which says: Unable to determine if the current working directory is in MVFS - no such device or address When I searched the IBM website for the sake of eliminating this error, I found out that a snapshot view does not use the MVFS ! Why am I getting this error when Snapshot view does not use MVFS? When this

Migrating a branching strategy from ClearCase to TFS 2010

拈花ヽ惹草 提交于 2019-12-08 08:21:39
问题 I am in an "internal" IT shop and we currently use ClearCase for version management. Our branching strategy is common for this with the main branch being reserved for live code and branching off main for project and hotfix type activities. Each project (and they overlap often) has a branch off main, we don't have multitiered branching. We get the situation were we have to do merging between integration branches so that the release 4 branch picks up all of the release 3 changes (for example)

Clearcase error : vobrpc_server.exe(<pid>): Error: See albd or vob error logs on host <host name>

感情迁移 提交于 2019-12-08 08:16:23
问题 We are working on a task to resurrect a ClearCase server. During the restoration process, we are stuck with following error as shown in server log. vobrpc_server.exe(<pid>): Error: See albd or vob error logs on host <host name> Here is the background. We were given 2 servers [Registry & view server] Registry server was in island and view server was in under a domain, which is now currently unavailable. We created a new group called "ClearCase" and put both these servers under same LAN and

ClearCase : how to revert / get a snapshot view of a specific date/baseline?

蓝咒 提交于 2019-12-08 08:15:27
问题 My problem is with UCM ClearCase. I made a mistake a few days back in which, apparently, I have overwritten the result of a merge (from a stream rebase) of quite a few files with an old version. I would like to get a snapshot of my stream before I made this mistake so that I can manually merge my changes back in (I have a snapshot of it as well). Then, I'll put the result in ClearCase as a new version, and everything would be back to normal. So, how can I get a snapshot of a specific date ?

Clear case - Eclipse integration

天涯浪子 提交于 2019-12-08 08:04:06
问题 currently I am having following version of clear case on my local machine. I downloded plugin "com.rational.clearcase.win32-20081031A" from url: "http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/ccplugin/com.rational.clearcase.win32-20081031A.zip" which include following files in feature and plugin folders. 3.then I installed this plugin from eclipse Help->Software update-> search and install->given here local path of plugin folder which looks like following screen shot 4

How to perform a 'merge' using clearcase?

一笑奈何 提交于 2019-12-08 07:58:08
问题 I have been working on branch X and I need to move my code to branch Y. All my code are new classes that I started, so no one else has been working/modified my code, this also does not exist in the branch that I'm moving the code to. So my question is, what is the process to move the code from one branch to another? i have never done it before. Do i copy and paste the classes into the new branch or is there a tool that is usually used for this ? 回答1: The key of a ClearCase merge is to do the

unable to perform delivery on clearcase because of checked out file in snapshot view?

╄→гoц情女王★ 提交于 2019-12-08 07:57:48
问题 I have having an issue in clearcase delivery. There are some files that are checked out from a snapshot view and the view has been removed. I am trying to deliver from a dynamic view in unix. Since I can see those files checked out in the activity, is there a way to check in those files and proceed the delivery operation? 回答1: You can simply remove completely the view: that will cancel the checkout state of those files, and will allow you to resume the deliver. See "ClearCase: Is it possible

COM reference or Command tool for ClearTeam Explorer

China☆狼群 提交于 2019-12-08 07:57:34
问题 I have been using IBM Rational ClearTeam Explorer version 8.0.0. I like to come up with customized tool(WPF application) to performing ClearTeam actions like makebaseline, checkin, checkout. Is there any command tool and COM object availabe to perform these functions. I would be helpful if there are any reference link also. 回答1: The official API for CM/ClearTeam is in java, not COM. It is the CM API, a standards-based Java API for ClearCase, which in the 8.0 release, adds support for