clearcase-remote-client

How to see eclipsed files on ClearTeam Explorer?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-07 22:04:49
问题 I have an eclipsed file in my ClearCase dynamic view. If I use ClearCase Explorer, I see it's eclipsed (the yellow moon icon). If I check the command-line, I see it's eclipsed indeed. When I use ClearTeam Explorer, it does not specify it's eclipsed (no text, icon or something like that). Since I tend to use the new explorer, I'm wondering how it should work on this situation? 回答1: It can depend on your ClearTeam version (release notes for 8.0), since CM API support for dynamic views The

clearcase view is locked by another process, how could i break the lock from ccrc?

别等时光非礼了梦想. 提交于 2019-12-07 19:51:24
问题 I tried to update a clear case view with CCRC tool. Sometimes the view will be locked if last update was aborted for some reason, and couldn't be updated before the lock is broke. Is there anyone could help to tell me how could I unlock this view with CCRC tool? Here's the error message when i run command update in rcleartool. CRMAP7009: CCRC command "Update" failed: Error: "com.ibm.rational.clearcase.remote_core.copyarea.CopyAreaLockedException: Copy area "/Users/vizmacmini2/Jenkins

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

CCRC CLI lsactivity command

99封情书 提交于 2019-12-06 13:24:45
I have installed CCRC 7.1.1 with CLI . I was trying to get the list of activities using rcleartool command bit I could not find lsactivity command. Is there any equivalent command or any indirect way to achieve this targetM Also there is no -fmt option for " rcleartool desc " command? This was a very useful option in UCM but could not find in CCRC. Please help me with equivalent command in CCRC. Thanks, Raghav The commands supported by rcleartool are listed here . They don't include lsact . A potential workaround (not tested) would be to use describe -fmt . (see fmt_ccase , and the describe

How to see eclipsed files on ClearTeam Explorer?

Deadly 提交于 2019-12-06 08:35:41
I have an eclipsed file in my ClearCase dynamic view. If I use ClearCase Explorer, I see it's eclipsed (the yellow moon icon). If I check the command-line, I see it's eclipsed indeed. When I use ClearTeam Explorer, it does not specify it's eclipsed (no text, icon or something like that). Since I tend to use the new explorer, I'm wondering how it should work on this situation? It can depend on your ClearTeam version ( release notes for 8.0 ), since CM API support for dynamic views The ClearCase CM API now supports dynamic views. For detailed information on API changes, refer to Technote 1566574

How do I retrieve previous or old version in CCRC 7.1.2

冷暖自知 提交于 2019-12-06 05:17:42
问题 I am using CCRC 7.1.2 to access UCM project and I could not see any option in CCRC to load previous version. Version Tree tab also do not have any option to it though it shows all version. 回答1: The easiest way would be to make a web view in CCRC dedicated for displaying said old revision: You could modify its config spec in order to select what you want to see in that specific view. Note though that the IBM article on CCRC version tree does mention: Right-click the element version > go to

How do I retrieve previous or old version in CCRC 7.1.2

女生的网名这么多〃 提交于 2019-12-04 10:08:16
I am using CCRC 7.1.2 to access UCM project and I could not see any option in CCRC to load previous version. Version Tree tab also do not have any option to it though it shows all version. VonC The easiest way would be to make a web view in CCRC dedicated for displaying said old revision: You could modify its config spec in order to select what you want to see in that specific view. Note though that the IBM article on CCRC version tree does mention: Right-click the element version > go to Tools > select Show Version Tree : The version tree will be displayed > double-click a version that is not

Rational clear case CM API fail to checkout source code

六月ゝ 毕业季﹏ 提交于 2019-12-02 07:04:36
问题 I am trying to connect clear case server using Java code with help IBM ClearCase CM API. Currently I have below setup: I have clear case client (CCRC) 7.1 is install on my machine. View is created with model type VOB using CCRC client. If I try to checkout code using above Java code it showing below error: CRVAP0087E (conflict): CCRC command 'checkout' failed: Unable to find VOB object for "E:\ccweb_views\akash.sharma\akash.sharma_AR_TAS_Release1_dev\": not a ClearCase object Version

Rational clear case CM API fail to checkout source code

一个人想着一个人 提交于 2019-12-02 06:22:45
I am trying to connect clear case server using Java code with help IBM ClearCase CM API. Currently I have below setup: I have clear case client (CCRC) 7.1 is install on my machine. View is created with model type VOB using CCRC client. If I try to checkout code using above Java code it showing below error: CRVAP0087E (conflict): CCRC command 'checkout' failed: Unable to find VOB object for "E:\ccweb_views\akash.sharma\akash.sharma_AR_TAS_Release1_dev\": not a ClearCase object Version discordance detected for "E:\ccweb_views\akash.sharma\akash.sharma_AR_TAS_Release1_dev\". ClearCase CM Server:

Annotate (“blame”) in CCRC?

左心房为你撑大大i 提交于 2019-12-02 00:42:05
In base ClearCase there is a "SVN blame"-style command called "Annotate" that shows who wrote each line in a versioned element. Is there a way to annotate using the remote client (CCRC)? VonC Only though command-line, for full ClearCase: See: cleartool annotate (or you have other commercial alternatives , including Tamir 's one Visual Annotate , which has a beta supporting CCRC) But cleartool isn't available for CCRC. CCRC has a CLI (command line interface) though. This thread mentions: The annotate command should be supported in both the CCRC Gui and command line (at least the command line to