clearcase

Cannot add files to source control in Clearcase Client machine

落花浮王杯 提交于 2019-11-28 06:29:01
问题 I have set up one Clearcase server, one Clearcase client, both on Windows XP. And created the following local groups and users. Machine A (Clearcase server) Group: Clearcase Admin - User: ccadmin Group: Clearcase User - User: ccadmin, ccuser Machine B (Clearcase client) Group: Clearcase Admin - User: ccadmin Group: Clearcase User - User: ccadmin, ccuser Then I logon machine B with ccuser, I checked out source code successfully, but when I try to add new files to source control, it prompted

What is the use of component without VOB (Clearcase UCM)?

蓝咒 提交于 2019-11-28 06:26:36
问题 I was told to create component in UCM. How would you explain a difference between component and VOB to a beginner? Also It asks two option. Components in VOB and Components without VOB. What is the use of having Component without VOB? 回答1: You always have a Vob involved with a Component. A Vob is the database (file-based database, not an SQL-based) containing all versions of all elements (files and directories). Not to be mixed with a PVob, which is a special kind of Vob containing only UCM

how to find all the labels for a given file in clearcase

こ雲淡風輕ζ 提交于 2019-11-28 06:26:35
问题 I know one awkward solution for this taks will be : first use ct ls to get the entire version info of the file and pipe the version info to a parsing script to actually get the labels of the file . But I guess ClearCase should have a "build in" solution for this task without support from any external scripts. Please help me if you happen to know a "build in" solution for the task. Thanks in advance. 回答1: fmt_ccase contains all the format-string for various ClearCase elements. For a version of

how to get a notification for every checkin in clearcase for a particular Vob

余生颓废 提交于 2019-11-28 06:18:53
问题 In our project so many file changes are happening, I want some notification for every checkin. so that every one in the team can know the files changed in the project. I want some basic information about the file like comments and the branch. 回答1: That means "trigger": specifically a post-op checking trigger: cleartool mktrtype -c "Trigger to notify on checking" -element -all -postop checkin -execwin "ccperl \\path\to\notification\script" -execunix "Perl /path/to/notification.pl" NOTIFY_ON

ct lsco -a -s -cview | xargs ct ci -nc (Clearcase multiple files check-in)

只愿长相守 提交于 2019-11-28 06:12:22
问题 I get error while running this command on linux. ct lsco -a -s -cview | xargs ct ci -nc ( ct is for cleartool ) xargs: ct: No such file or directory How can I avoid this error? 回答1: Don't use the alias ' ct ' with xargs . Use cleartool . As explained in "xargs doesn't recognize bash aliases": This doesn't work because xargs expects to be able to exec the program given as its parameter. Since ct in your case is just a bash alias or function there's no program to execute. More details in "How

Can't Create Directory Element With Multi-Branching in Base ClearCase

断了今生、忘了曾经 提交于 2019-11-28 06:09:56
问题 I am workng with base ClearCase. Please consider my config spec: element * CHECKEDOUT element /cl5_sw_ste/DCT/*/... /main/rel_drop5/int_drop5/cl5_p65719_AUTE/LATEST element /cl5_sw_ste/DCT/*/... /main/rel_drop5/int_drop5/LATEST -mkbranch cl5_p65719_AUTE element /cl5_sw_ste/DCT/*/... /main/rel_drop5/LATEST -mkbranch int_drop5 element /cl5_sw_ste/DCT/*/... /main/0 -mkbranch rel_drop5 INTENT: Any checkout of existing elements automatically occurs on branch /main/rel_drop5/int_drop5/cl5_p65719

how to fix or investigate 'Operation “view_ws_is_ws_view” failed'?

杀马特。学长 韩版系。学妹 提交于 2019-11-28 06:09:01
问题 I stopped and started a view for which various file access actions were hanging (after killing all my terminal sessions where I was using that view), and now get: cleartool: Error: Operation "view_ws_is_ws_view" failed: view storage directory or control files unavailable -- additional information may be present in the view server host's view log. Two questions: 1) Is there a clearcase subsystem that can be restarted to fix this (preferably without impacting other users)? 2) the very unhelpful

When clearcase “evil twins” will be created and how to avoid it?

隐身守侯 提交于 2019-11-28 05:59:05
问题 One of my collegue check-in an exe in multiple places. Whenever we may need to check-in at multiple places, we normally would check-in that in one common place and then create symlink in all the other places. But he is unaware of that practice and did it. He did that in his stream and delivered that to integration stream. If we ask him to delete the file and replace it with symlink (then deliver it again to integration stream, will it lead to evil twins? When evil twins will be created? In

How to deliver a baseline from one project to another project in UCM?

南楼画角 提交于 2019-11-28 05:45:50
问题 I am having 2 projects in clearcase UCM as follows Project-200 Project-200.1 In Project-200.1 , We have completed a work and applied a baseline "Project-200.1-1.1.0.0" Now we would like to deliver from Project-200.1 to Project-200. How to deliver the baselined contents? We do not want to deliver any thing which is added after baseline. 回答1: You simply make an inter-project deliver of your baseline. As long as both projects have the same component, and if the deliver policy of the destination

Cannot 'cleartool setview' in a shell process opened with Perl IPC::open2

自古美人都是妖i 提交于 2019-11-28 05:41:04
问题 I am creating a Perl script that, among other things, sets into a ClearCase view, sources an environment, and runs synthesis tools, and finally post-processes output reports. It does that by piping to a shell process opened using IPC::open2 . If I set into the view manually before running the Perl script, it seems to work correctly (cleartool subcommands such as pwv work). However, when I run the $ct setview anassar_$proj in the script, it gives the following error message: stty: standard