clearcase

Quick way for SVN user to learn ClearCase

你离开我真会死。 提交于 2019-12-03 04:31:02
问题 So far I've been using SVN, and now is in need to pick up ClearCase quickly, from developer's perspective. Is there any good resource for this? Thanks. -- add on -- Is there a map between SVN's concepts/terminologies (i.e. repository, working copy, trunk, branch, tag, checkout, commit, update, revert) with CC's? Base on initial reading I came out with the following. Repository => VOB? Working copy => Snapshot view? Trunk => ?? Branch => Integration stream? development stream? Tag => Label?

Quick way for SVN user to learn ClearCase

你离开我真会死。 提交于 2019-12-02 17:43:49
So far I've been using SVN, and now is in need to pick up ClearCase quickly, from developer's perspective. Is there any good resource for this? Thanks. -- add on -- Is there a map between SVN's concepts/terminologies (i.e. repository, working copy, trunk, branch, tag, checkout, commit, update, revert) with CC's? Base on initial reading I came out with the following. Repository => VOB? Working copy => Snapshot view? Trunk => ?? Branch => Integration stream? development stream? Tag => Label? Baseline? Checkout from repo as working copy => Checkout from VOB as snapshot view? Commit from working

Integrating Hudson with UCM Clearcase on windows machine

萝らか妹 提交于 2019-12-02 08:14:09
I've installed Hudson on my windows machine and trying to integrate it with UCM Clearcase (the repository we are using). There are no help docs available on Hudson wiki to explain how to do that. I select New Job --> Project Name I give as Test --> select Build a free style software project --> click Ok --> This leads me to Configure Project screen --> Under Source Code management I select UCM Clearcase --> I give a dynamic view name I've already created and the name of the integration stream (in stream selector) --> Under Advanced options I select " Use UCM dynamic view " and give view root

ClearCase UCM hierarchy

跟風遠走 提交于 2019-12-02 07:19:41
I'm trying to understand the hierarchy of UCM objects: UCM project, streams, baselines, composite baselines, VOB components, activities, change sets etc. Can you explain the hierarchy links between these objects? Can you provide a link to a good explanation? A visual diagram will be good as well Thank you! VonC An UCM project is a container forn UCM Streams. It contains at least one root stream (called "integration stream"), and several sub-streams. See " Integration stream vs integration view in ClearCase " for more. An UCM Stream is the representation of a "development effort", ie a way to

How would you explain merges with ClearCase?

坚强是说给别人听的谎言 提交于 2019-12-02 06:27:59
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. VonC You will find a good introduction regarding merges in ClearCase with " How files and directories are merged " The particularity of a merge with

Two baselines created in ClearCase UCM

青春壹個敷衍的年華 提交于 2019-12-02 05:44:59
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? VonC 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 one without any file, made to aggregate other components) will get also a (composite) baseline, in

How to create undo checkout recursively in clearcase in context menu

你离开我真会死。 提交于 2019-12-02 05:28:21
问题 I'm trying to create undo checkout recursively..., context menu with arguments (I'm using clearmenuadmin.exe ) /c cleartool lsco -r -cvi -fmt "unco -rm %n\n"$dir|cleartool but its not working.. any idea on how to do this.. 回答1: Note: do put a space between the %n\n" and $dir . In this case, the -fmt part will not ensure the execution, even piped to cleartool Perhaps /c cleartool lsco -r -cvi -fmt "cleartool unco -rm %n\n"$dir|cmd would work, but I doubt it: the problem is visible when

ClearCase: Is it possible to deliver or rebase selectively?

只愿长相守 提交于 2019-12-02 05:26:17
问题 When delivering stream A to stream B, is it possible only to deliver selected elements (directories to be precise) from A to B? When rebasing a stream A from a baseline B, is it possible only to rebase selected elements (directories to be precise) from B to A? 回答1: With ClearCase UCM: what you are delivering are baselines or activities what you are rebasing are baselines only. (and only baselines coming from the direct parent Stream, at that). So if you directories or elements are the only

ClearCase won't allow Check-In

一世执手 提交于 2019-12-02 05:08:02
问题 I'm rather new to ClearCase but have searched through a lot of solutions to the following problem without success. When I try to do a check-in I get the following error. Error checking in 'MY FILE' No premission to perform operation "checkin" Must be one of: object creator, element owner, VOB owner, member of ClearCase grop Unable to checking "MY FILE" I've verified that I am in fact in the ClearCase group and have checked the registry entries that are required for it to work correctly. If I

do any one have batch file to apply and create label or base line in clearcase

坚强是说给别人听的谎言 提交于 2019-12-02 04:36:18
问题 here i need a batch file which can apply and create label or base line to the versioned elements in clear-case project, please provide me if any one have this 回答1: If you want to create a (UCM) baseline, you do not need to create the label first. Simply go within your view and put a baseline: cd m:\myView\myVob\myRootComponent cleartool mkbl -c "my comment" MY_BASELINE_LABEL It will apply a label on all checked-in files of said UCM component. Actually, it will apply several labels, one for