cleartool
ClearCase: Is it a bug or a feature?
When I run the following code intereactively from bash it works fine. cleartool setview $myview cleartool lsbl[详细]
2023-04-09 11:28 分类:问答Get specific version of unloaded file with cleartool
So I\'m writing a script at work where I have to go through all the projects in a ClearCase vob, look for a file and parse some info from said file.[详细]
2023-03-30 19:36 分类:问答What's the syntax to remove a baseline in ClearCase?
It looks like I can remove a just created baseline from ClearCase UCM with a simple command: $ cleartool rmbl p_xxx_main_2_0_3_1[详细]
2023-03-29 23:09 分类:问答cleartool update error in Solaris Unix
I am working on a view created from the main code repository on a Solaris server. I have modified a part of the code on my view and now I wish to update the code in my view to have the latest code fro[详细]
2023-03-28 08:43 分类:问答I don't think this can be done with cleartool find to get all LATEST for a file
Basically I would like to do: cleartool find . -version \'version(.../LATEST)\' -print egrep \'\\\\.[CH]@@\'[详细]
2023-03-12 00:40 分类:问答how to detect if there is any check in on a stream after a given time
We use clearcase UCM with 15 vobs. We use cleartool lshistory -all -since \"time\" -nco vob1/ vob2/src/vob3/tests/ ...many more... to detect changes since last time.This gives correct result, but tak[详细]
2023-03-03 18:59 分类:问答Automatic merge in clearcase using cleartool findmerge command
I\'m writing a script to automate some merge operations and I\'d like to do it using this command: cleartool findmerge file_name -fver /main/branch_name/LATEST -merge -log NUL -c \"Automatic merge\"[详细]
2023-02-24 20:55 分类:问答cleartool lsstream -tree get only list of child streams
I want to list get list of child stream开发者_StackOverflow社区s under a given stream. cleartool lsstream -tree gets all streams and activities under it.[详细]
2023-02-17 18:29 分类:问答UCM dynamicview config spec : excluding all *.xml but include build.xml
I am using Clearcase UCM with a dynamic view. (On linux) In my view there many files ending in .xml. Some of开发者_Go百科 there are\"build.xml\"files, others are data[详细]
2023-02-14 19:22 分类:问答How to find new undelivered files for a given UCM "stream"
We use UCM for development. We create streams under streams,开发者_如何学运维 like this Question is how to find new files in a given stream.[详细]
2023-02-14 03:38 分类:问答