config-spec

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:

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

ClearCase Config Spec: load only files with specific label from certain directory

我怕爱的太早我们不能终老 提交于 2019-12-19 10:48:22
问题 Suppose I have a VOB foo/. In this VOB lies a directory bar/ which contains labeled and non-labeled files. But bar/ is not the only directory in foo/, but all others don't have labeled files. Is there a way to write a config spec with the following behaviour: load all elements that are checked out for every directory except foo/bar/ load the main/LATEST version for the directory foo/bar/ load only the files which have that specific label, if this label does not exist, do not load the main

Provide version to independent files in clearcase

跟風遠走 提交于 2019-12-12 09:15:59
问题 I recently started usage of clear case tools for maintenance of code in better way. But after some days my "Company" forgot to take licence from IBM as result I cannot CHECK-IN my code into clearcase. To continue my coding i created a separate folder in other drive and copied code solution in that folder. I and my colleague modified around "9865" files of solution within "45" working days. Now a "Company" borrowed a licence for me and I able to access code clear case tool successfully.

Can we omit element * /main/LATEST in the config spec of base clear case project?

元气小坏坏 提交于 2019-12-10 11:02:55
问题 In a base clear case project that I have, the config spec handed to me reads like this: element * CHECKEDOUT element * .../PROJ_1.5.0/LATEST element * .../main/LATEST -mkbranch PROJ_1.5.0 element * /main/LATEST I read up a bit on config specs here at his guide: http://www.philforhumanity.com/ClearCase_Support_17.html It seems to me that in my config spec, the last line has no value. Because element * /main/LATEST is already there on the second last line. Is my understanding correct? 回答1: That

Can we omit element * /main/LATEST in the config spec of base clear case project?

∥☆過路亽.° 提交于 2019-12-06 11:45:46
In a base clear case project that I have, the config spec handed to me reads like this: element * CHECKEDOUT element * .../PROJ_1.5.0/LATEST element * .../main/LATEST -mkbranch PROJ_1.5.0 element * /main/LATEST I read up a bit on config specs here at his guide: http://www.philforhumanity.com/ClearCase_Support_17.html It seems to me that in my config spec, the last line has no value. Because element * /main/LATEST is already there on the second last line. Is my understanding correct? VonC That last line is a selection rule stopper : it is a rule which will always be selected if all the other

Config Spec to display labeled files from 2 branches

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-06 06:55:40
问题 I have 2 branches 1) /main/branch1_tv - <vob>/se/ip/FolderA, folderB ... 2) /main/branch1_tv/branch2_tv - <vob>/se/ip/FolderC I have created a Label [Label_1_tv]. What i want to do is have one config spec that will display all the labled folders and files in it in 1 view. Notes: CC 7.1.1. Branch1 is off of Main/0 . branch 2 is off of /main/0 and /branch1/0 . I have labeled all the elements in branch 1 from the VOB level and FolderC and all its elements. I think this will help by being able to

ClearCase Snapshot Views: exclude one particular directory from load statements?

拈花ヽ惹草 提交于 2019-12-04 16:45:41
问题 Good morning, is there any way to exclude only one particular directory from a snapshot's load statement, e.g. I want to load a whole vob named ' PM_CT ' except the \PM_CT\lost+found directory ... is there an elegant way to do it? And how would I generally exclude all lost+found directories across multiple loaded vobs? Cheers and Thanks, -Jörg 回答1: element /PM_CT/lost+found -none The "elegant" way consists of: adding a selection rule (here " -none ") loading all PM_CT without aking any

Config Spec to display labeled files from 2 branches

北慕城南 提交于 2019-12-04 12:53:16
I have 2 branches 1) /main/branch1_tv - <vob>/se/ip/FolderA, folderB ... 2) /main/branch1_tv/branch2_tv - <vob>/se/ip/FolderC I have created a Label [Label_1_tv]. What i want to do is have one config spec that will display all the labled folders and files in it in 1 view. Notes: CC 7.1.1. Branch1 is off of Main/0 . branch 2 is off of /main/0 and /branch1/0 . I have labeled all the elements in branch 1 from the VOB level and FolderC and all its elements. I think this will help by being able to display elements from several locations in 1 view and make building and developing easier. Thank you

text_file_delta failed create_version operation in clearcase

拜拜、爱过 提交于 2019-12-03 22:30:37
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:\CC_Work\FromCC\santosh_view57\Temp_TEST\AspNET\Scripts\WebForms\MSAjax