config-spec

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

北城以北 提交于 2019-12-03 11:42:00
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 element /PM_CT/lost+found -none The "elegant" way consists of: adding a selection rule (here " -none ") loading all PM_CT without aking any question ( load /PM_CT ), if your view is a snapshot one Note: in a config spec, always use "/": it is easier, and

ClearCase Snapshot View Not Updating

怎甘沉沦 提交于 2019-12-01 14:07:10
I am using ClearCase for the first time, and am having a little trouble understanding snapshot views. I have a view with the config spec element * CHECKEDOUT element * /main/dev/LATEST load "\project\dir1" load "\project\dir2" load "\project\dir3" I am using the same config spec with a dynamic view without the load rules. I have checked in a file called "configSpecTest.txt" into "\project\dir1\subdir", and this shows up in my dynamic view. However, after calling cleartool update and being told it successfully updated, the file is not there in my snapshot view. I feel like I have a fundamental

Is this config spec good enough?

 ̄綄美尐妖づ 提交于 2019-12-01 13:31:43
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 -mkbranch nz_plusOne element * /main/LATEST -mkbranch nz_plusOne VonC You should always ends with element *

ClearCase UCM: Get latest version from Dev-stream

百般思念 提交于 2019-12-01 10:36:33
I'm stuck over the config spec for a dynamic view. I try to get the latest version of a folder of a UCM stream from the Dev-stream into another (Base) dynamic view. My idea would have been to do a element PathToFolder/... .../DEV-STREAM-NAME/LATEST but that won't give me anything in the view. The config spec that is automatically generated by UCM does not help me as it specifies a specific baseline and creates a branch once you check out a file (which I of course do not want, I only need read-access to the version). Is it possible to access the latest version from the Dev-stream, or do I have

ClearCase UCM: Get latest version from Dev-stream

江枫思渺然 提交于 2019-12-01 08:47:06
问题 I'm stuck over the config spec for a dynamic view. I try to get the latest version of a folder of a UCM stream from the Dev-stream into another (Base) dynamic view. My idea would have been to do a element PathToFolder/... .../DEV-STREAM-NAME/LATEST but that won't give me anything in the view. The config spec that is automatically generated by UCM does not help me as it specifies a specific baseline and creates a branch once you check out a file (which I of course do not want, I only need read

How to hide folders except mentioned in config spec?

早过忘川 提交于 2019-12-01 07:48:25
问题 We are trying to have only few folders in our dynamic view. For that we have written clearcase config spec like below. element * CHECKEDOUT element /Process/Projects/OurProject\... /main/LATEST element "/Process/Projects/OurProject 100/..." /main/LATEST element * /main/LATEST But it displays all the other folder also , only thing is we are not able to open those folders. Is it possible to hide the all other folders which are not mentioned in config spec ( I know that in snapshot view we can

ClearCase time and query

廉价感情. 提交于 2019-11-28 02:05:49
This config-spec show the files I need: element -dir * '{version(/main/LATEST) && !version(SLT-T)}' element -file * '{version(/main/LATEST) && !version(SLT)}' Now I need to see how the source looked at some point in the future, so I do this: time 01-Nov-2008 element -dir * '{version(/main/LATEST) && !version(SLT-T)}' element -file * '{version(/main/LATEST) && !version(SLT)}' Unfortunately this still shows me "the present". The manual says: Time rules may be nested. They may not include any query language constructs. Okay, but what do I do then? How do I exclude files and directories with a

ClearCase time and query

泪湿孤枕 提交于 2019-11-26 22:07:26
问题 This config-spec show the files I need: element -dir * '{version(/main/LATEST) && !version(SLT-T)}' element -file * '{version(/main/LATEST) && !version(SLT)}' Now I need to see how the source looked at some point in the future, so I do this: time 01-Nov-2008 element -dir * '{version(/main/LATEST) && !version(SLT-T)}' element -file * '{version(/main/LATEST) && !version(SLT)}' Unfortunately this still shows me "the present". The manual says: Time rules may be nested. They may not include any