Tagged Questions
The config-spec tag has no wiki summary.
5
votes
2answers
2k views
ClearCase Snapshot Views: exclude one particular directory from load statements?
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
... ...
2
votes
2answers
338 views
ClearCase config spec selection based on element attribute
In a ClearCase config spec, is it possible to select versions based on element attributres (not version attributes)? For instance:
element * ...
1
vote
1answer
9 views
Centralized Config Spec for ClearCase Snapshot Views
We have a config spec that we use for our builds that we encourage all developers in our organization to use so that they can run any task in our build without fear of failure. Every now and again we ...
1
vote
1answer
9 views
Config Spec to display labeled files from 2 branches
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 ...
1
vote
1answer
200 views
Prevent 'cleartool.exe update' on snapshotview to leave .keep files & folders?
Is there any way to update a CC snapshot view (after changing the config spec) with the newer config spec removing some files from the view that existed with the previous config spec?
Basically what ...
1
vote
2answers
2k views
Is it possible to use variables in a ClearCase config spec?
For example, instead of writing the following:
element * .../my_branch_01/LATEST
element * .../base_branch/LATEST -mkbranch my_branch_01
I would want to write something like this:
...
1
vote
2answers
1k views
ClearCase time and query
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 ...