clearcase

How to permanently change an UCM activity name?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-04 15:33:17
I wanted to re-name my activity name from cleartool command-line using the commands $ cleartool lsact 2016-04-14T17:10:17+05:30 foo_eg1 adam "foo_eg1" $ cleartool rename activity:foo_eg1@/vobs/fw-ucm activity:bar_eg1@/vobs/fw-ucm Renamed activity from "foo_eg1" to "bar_eg1". When I check for my activity name again:- $ cleartool lsact 2016-04-14T17:10:17+05:30 bar_eg1 adam "foo_eg1" I can see the older activity name still pointed here and from the below command too. $ ccase showact .. title: foo_eg1 .. Why is the older activity name still referenced here? Is there a way I can force change the

How to undo checkout a file checked out from another user?

主宰稳场 提交于 2019-12-04 15:12:57
In this example, the user5628 (which is actually sick) has a checked out file in its dynamic view. How can I cancel this checkout? $ ct lsco -all | ag foo 2013-08-29 user52001 checkout version "L:\a\path\foo.c" from \main\branch_a\0 (reserved) 2014-04-10 user5030 checkout version "L:\a\path\foo.c" from \main\branch_b\0 (reserved) --11-18T08:29 user52212 checkout version "L:\a\path\foo.c" from \main\branch_c\1 (reserved) --04-15T14:24 user5628 checkout version "L:\a\path\foo.c" from \main\branch_d\11 (reserved) --04-30T08:05 user5072 checkout version "L:\a\path\foo.c" from \main\branch_d\11

How to hook a method to the Edit event in Delphi 7 IDE?

回眸只為那壹抹淺笑 提交于 2019-12-04 15:05:43
问题 I'd like to automatically checkout a file when I start to edit it in Delphi 7 IDE. ClearCase is my version control system and I really hate the need to checkout a file before starting to edit. It always breaks my thought flow: I'm trying to solve a problem, find where I need to change, try to edit it, fail because the file is read only, open clearcase, search the file, finally checkout, try to edit the file again, fail because the IDE still thinks it is readonly, tell the IDE that isn't

Config Spec to display labeled files from 2 branches

北慕城南 提交于 2019-12-04 12:53:16
I have 2 branches 1) /main/branch1_tv - <vob>/se/ip/FolderA, folderB ... 2) /main/branch1_tv/branch2_tv - <vob>/se/ip/FolderC I have created a Label [Label_1_tv]. What i want to do is have one config spec that will display all the labled folders and files in it in 1 view. Notes: CC 7.1.1. Branch1 is off of Main/0 . branch 2 is off of /main/0 and /branch1/0 . I have labeled all the elements in branch 1 from the VOB level and FolderC and all its elements. I think this will help by being able to display elements from several locations in 1 view and make building and developing easier. Thank you

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

What ClearCase plugin to use with Visual Studio 2008 SP1

丶灬走出姿态 提交于 2019-12-04 09:29:31
At work I have to use ClearCase v7.0.1.2 and ClearQuest v7.0.1.0 with Visual Studio 2008 SP1. Am running on a Windows XP SP2 box. I've done some searching but not found an official installer yet, can anyone advise (provide a link to) on the best plugin/addin to install for Visual Studio 2008 integration? Thanks The official instructions are in this IBM page CC-CQ-VS2008.zip (32 bits) CC-CQ-VS2008.zip (64 bits) Process: Download the appropriate package from the FTP link below to your ClearCase, CCRC or ClearQuest host. Decompress the archive to a temp location. Follow the instructions

Does another version control system have a ClearCase-like filesystem access to file versions?

萝らか妹 提交于 2019-12-04 07:07:09
In ClearCase, if I am working on some file X and want to also see its previous version (say version 5), it is available as X@@/main/5 . Is something similar available with other (preferably free) version control systems? Mercurial has hg cat and hg co , but they still do not come close to ClearCase's feature above. A quick Google search found gitfs : gitfs is a FUSE-based filesystem for working with source trees stored in git repositories. The eventual goal is to provide a convenient way to work with lots of branches and patches. Currently only very basic functionality is implemented -- read

How would you explain merges with ClearCase?

蹲街弑〆低调 提交于 2019-12-04 05:29:16
问题 I'm a developer who has never needed to worry about the implementation of source control systems / branching / merging etc... I'm searching for book which explains these concepts but is aimed at clearcase users. From searching amazon - the book "IBM ClearCase 7.0: Master the Tools that Monitor, Analyze and Manage Software Configurations by Marc Girod and Tatiana Shpichko (26 Apr 2011)" seems to b a good read. Any recommendations ? Thanks. 回答1: You will find a good introduction regarding

Two baselines created in ClearCase UCM

可紊 提交于 2019-12-04 05:21:51
问题 I am setting up a project using composite baselines. When I create a baseline to send to the "Mainline" project, it always creates two baselines. One is called "COMP_BL" and the other is "COMP_BL.####" Is there a reason for this to happen? Could I possibly have my setup wrong? 回答1: No your setup is right. It will always create one baseline by component which have changed. If your root-based component (the one with files) has changed, it got a baseline. That means your root-less component (the

Check in to ClearCase fails

淺唱寂寞╮ 提交于 2019-12-04 05:03:20
问题 I am trying to add a file into ClearCase, but I am getting the following error: Error adding 'C:\PATH\file.dbc' to source control. Changed Protection on "C:\PATH\file.dbc". Created branch "C:\PATH\file.dbc" version "\main\0". Type manager "text_file_delta" failed create_version operation. Checked the following: There are lines that have over 8000 characters and they must stay that way, so it can not use the "text_file_delta" as the type manager. I changed the type of one file to "compressed