clearcase

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

依然范特西╮ 提交于 2019-12-21 17:10:38
问题 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. 回答1: 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

text_file_delta failed create_version operation in clearcase

天涯浪子 提交于 2019-12-21 06:38:12
问题 Continuing my previous post: Provide version to independent files in clearcase. Now I able to execute clear case import command but with some errors. Following are some errors occurred while import: clearfsimport: Error: Could not checkin "E:\CC_Work\FromCC\santosh_view57\Temp_TEST\AspNET\Scripts\WebForms\MSAjax\MicrosoftAjax.js". clearfsimport: Warning: Trouble importing element "E:\CC_Work\FromCC\santosh_view57\Temp_TEST\AspNET\Scripts\WebForms\MSAjax\MicrosoftAjax.js". Creating element "E:

ClearCase: change branch type name?

柔情痞子 提交于 2019-12-21 03:34:06
问题 I used mkbrtype BRANCH_NAME , checked out a few files, had some check-ins, etc. Now I discovered I had a typo in the branch name, and it looks pretty ugly. Is there a way I can change the branch name and still have all the versions/checkouts under it? I'm the only one using it. 回答1: You can rename a brtype with the ct rename command. cleartool rename brtype:oldname@\vob newname But you will need to: change the config spec of your view (non-UCM): no side-effect on checked out files or change

Clearcase Delete Directory

半世苍凉 提交于 2019-12-21 02:46:11
问题 I have a directory structure like so: root_dir dir1 dir2 file1.txt file2.txt sub_dir file3.txt file4.txt What is the best way to delete dir2 and all it's sub-elements using rmname ? Can I simply do 'cleartool rmname dir2' and have it recursively delete all it's contents? 回答1: You only need to: cleartool checkout -nc root_dir cleartool rmname dir2 cleartool checkin root_dir That remove the reference to dir2 in the new version of root_dir , making dir2 and all its content invisible (not

IBM Clearcase plugin installation issue with Eclipse

孤者浪人 提交于 2019-12-20 23:31:48
问题 I am trying to install IBM Rational ClearCase SCM Adapter (For Eclipse), Version 7.6.0.0 following instructions on IBM site on Eclipse Juno CDT. I am using Install New Software > Add with the following URL. http://www3.software.ibm.com/ibmdl/pub/software/rationalsdp/clearcase/60/update/windows/ Installation fails with the following message Cannot complete the install because one or more required items could not be found. Software currently installed: Rational ClearCase MVFS Support 7.6.0

clearcase - apply label over multiple labels

那年仲夏 提交于 2019-12-20 04:24:31
问题 I need to apply a label on a set of two or more labels that are already created using cleartool. I know how to create and apply a label using cleartool and have studied mklabel command. But couldn't find any provision to apply a label over multiple labels. Can anyone please provide solution for the same?? 回答1: You could try and find all the relevant versions (the ones with the right labels) and perform a mklabel . cleartool find can be combined with an exec directive including a mklabel.

Annotate (“blame”) in CCRC?

戏子无情 提交于 2019-12-20 03:09:49
问题 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)? 回答1: 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

Labelling files with spaces in ClearCase

这一生的挚爱 提交于 2019-12-19 12:52:21
问题 We have a script that labels files recursively. Here is the command that executes the label command. cleartool ls -recurse -vob_only -visible -short | \ xargs cleartool mklabel -replace -follow VPCEUM_9.0.0.99 > label.txt 2>&1 When is encounter files with spaces the name such as /directory/d1/my file is here.doc , the command errors off. How do I get ClearCase/unix to accept the space? 回答1: You have tow approaches with cleartool mklabel: you can use mklabel directly, with the -recurse option.

cannot see pvob on clearcase GUI?

人盡茶涼 提交于 2019-12-19 11:33:30
问题 I cannot see pvob on clearcase GUI but when I list the vobs in command line (cleartool lsvob -s), I can see it. In order to make it visible on the clearcase GUI, what are the necessary steps should I take? Also it looks like a private Pvob, how can I make it public? 回答1: The Pvobs are visible in the ClearCase Project Explorer (type clearprojexp ), not in the ClearCase Explorer (' clearexplorer '). The pvob could be used as a vob, but it normally is used only as a referential for UCM metadata

Is this config spec good enough?

假装没事ソ 提交于 2019-12-19 11:29:57
问题 I am more a UCM rather than Base CC guy. Can anyone tell me if this config spec is good? I have some doubt at the last line. Is that ok without a element * /main/LATEST ? ~~~~~~ below is the request from the developer ~~~~~~~~~ i hope to have all their changes in the /main/nz_plusOne branch, even when they check-out file from /main/nz_mig . What does their config spec look like? I think it's something like element * CHECKEDOUT element * /main/nz_plusOne/LATEST element * NVAR_NETEZZA_3