clearcase

SVN to Clearcase Export

大憨熊 提交于 2019-11-30 07:33:41
I have a client who is rather insistent about using Clearcase. Are there any tools/scripts that would allow my team to work against an SVN repository (or really anything other than Clearcase), but periodically automatically sync back changesets to the Clearcase VOB? My thinking is that if such a tool exists, and it's automatic, reliable, and transparent the client might be pursuaded to allow us to work against SVN. Thanks, Kent VonC I use Git directly within a ClearCase view. Then I could git2svn back the content to SVN if I had a SVN repo to synchronize with. Note: for a tool to work directly

I can't seem to get cleartool's find to work on a simple query

空扰寡人 提交于 2019-11-30 05:41:00
问题 Disclamer: I'm very new to Clear Case. I want to find out what files I've modified on a given date. I am using a Snapshot view: ClearCase version 7.1.2.0 (Tue Sep 21 12:01:15 EDT 2010) (7.1.2.D100920) @(#) MVFS version 7.1.2.0 (Tue Aug 10 00:37:25 2010) cleartool 7.1.2.0 (Wed Sep 8 12:56:06 2010) db_server 7.1.2.0 (Sat Sep 4 01:27:12 2010) VOB database schema version: 54 EDIT: FYI, my view was created via CCRC (Clear Case Remote Client). Here's what I've tried (from my Windows machine): cd c:

How to update clearcase view via windows command line?

余生颓废 提交于 2019-11-30 04:13:55
问题 I have a view named "Dev_view" in ClearCase and want to update the view via windows command line. Is there a way to do that? In particular, what other command can trigger a view update? 回答1: See cleartool update command (for full ClearCase client, not for CCRC) cd /path/of/your/snapshot/view cleartool update . You cal also add the following options: -ove/rwrite Overwrites all hijacked files with the version selected by the config spec. -nov/erwrite Leaves all hijacked files in the view with

Clearcase Vs Git version control [closed]

这一生的挚爱 提交于 2019-11-30 01:26:41
We are using multisite clearcase repository, and often we require to merge and build our system, this merge and replication takes almost 3 days to be available across sites. Hence to be more efficient we are planning to move to Git version control. Could you pls advise of the potential drawback that we can encounter if we move to the Git from Clearcase? eddyp @zzz777: Your question was asked in such a ClearCase centric view that it failed to be comprehensible to people who never used ClearCase before. In fact, Git is light years AHEAD of ClearCase, it is commercial SCMs that need to catch up

Cleartool: How to apply label to files which are in my current view only?

大城市里の小女人 提交于 2019-11-29 18:54:36
问题 I could not find the proper command to apply a label to files which are in my current view. I have tried the following command: cleartool mklabel -r TEST_LABEL /vob/test/a However, the problem is that this command will apply the " Test_Label " label to every files in the " vob/test/a " directories regardless of whether the files are in my current view. Is there any command to apply label only to the files listed in my current view? 回答1: cleartool mklabel -r(ecurse) LABEL_NAME <directory name>

Does rmname on parent stream remove element from child stream?

感情迁移 提交于 2019-11-29 17:03:44
If I perform a rmname operation on an element in a parent stream does this also delete the element in the child stream? No. rmname will create an new version of the parent directory of the element you are removing. That new version of the parent directory will no longer reference that element, and that new version will be created in the parent stream associated branch. That has nothing to do with the versions of that same directory created in the child stream associated branch. Those versions still reference that element. 来源: https://stackoverflow.com/questions/8717359/does-rmname-on-parent

What is the difference between clearcase and vss in label a release?

北城余情 提交于 2019-11-29 16:57:41
We are using clearcase as our SCM. I have not much experience with clearcase. Now we are about to release our code to production. I want to label my code as I have done using VSS in my previous projects. But in clearcase labeling is not as easy as in VSS. clearcase is asking to create a label type before label a folder in VOB. I don't understand the concept of creating label type? Any guidance on this will be highly appreciated. a lbtype is a template, a declaration. a label is the instance that will be put on each versions needed to be labeled. See mklbtype The mklbtype command creates one or

Get the error when creating the view “cleartool mkview -tag $view-name $view-name\" with Clearcase UCM Plugin 1.7.4

人盡茶涼 提交于 2019-11-29 16:51:52
Get the error when creating the view “ cleartool mkview -tag $view-name $view-name " with plugin 1.7.4. Additional view-name added at the end of command line. In the additional arguments I placed the UNC path to the view. In case I don't add it it gives me "... UNC path should be provided..." error. Log: Building remotely on builder [test] $ cleartool mkview -tag jenkins_Official_G4_FW_Platform_Dev_int_22 \\builder\cc_views\jenkins_Official_G4_FW_Platform_Dev_int_22 jenkins_Official_G4_FW_Platform_Dev_int_22 cleartool: Error: Extra arguments: "jenkins_Official_G4_FW_Platform_Dev_int_22" VonC

When I create views from Clearcase explorer, both development and the integration views get created as snapshot

本秂侑毒 提交于 2019-11-29 16:29:29
I do not get the option at all to choose for the views to be snapshot or dynamic. What I would want is the development view to be snapshot and the integration view to be dynamic. Why is it that I am not prompted to let me choose my views to be snapshot/dynamic? VonC May be you have ClearCase LT , which only provides snapshot view ? As mentioned in the ClearCase mkview help page : Specifying the kind of view Default ClearCase: Dynamic view. ClearCase LT: Snapshot view Anyway, you can try to create your views through command line cleartool : Snapshot: cleartool mkview -snap -tag yourView_snap

How to create a branch

不打扰是莪最后的温柔 提交于 2019-11-29 16:20:26
How to create a branch? Could anyone explain these syntax to me? element * /main/LATEST -mkbranch karthik_4 And suppose, if my latest version is 6 but i want to create a branch at 4 how it is done? VonC Creating a branch cannot be done in one selection rule. The idea behind a config spec is that ClearCase will try applying each rule in order until one fits (then it stops for that element, file or directory, and try the same set of rules, again in order, for the next element - file or directory). So the following ordered combination of selection rule will: display all elements in their LATEST