Here is my layout:
base CC vob name: vobs/sbftest
UCM vob name: vobs/P_sbftest
Vobadmin created a default “Source” component for my UCM vob that looks like this:
vobs/P_sbftest/Source
Vobadmin also created a project for my UCM vob:
so my project explorer looks like this:
I added files to “Source” component through a remote client window.
Up to here all works find.
However, some of my team members will prefer to work under base CC, so according to this:
What are all the steps to migrate from Base clearcase to UCM?
Base CC views should be able to see my Source component, and the files that it contains, but this is not the case in my situation.
I created a base CC view and it shows other folders created directly in the base CC view, but the view does not see the “Source” component folder created by the UCM view.
Am I missing something?
Shouldn’t the base CC view be able to see the “Source” components?
Here are the specs of the base CC view:
element * CHECKEDOUT
element * /main/LATEST
load \sbftest
Any help will be much appreciated.
When you are using UCM, ClearCase will create branches named after your Stream name.
So, you need to add a selection rule which will select the versions added to your Stream:
Note the ‘
.../branchname/LATEST‘ syntax which means: select theLATESTversions of the branch ‘branchname‘, whatever the parent branch is.I am not sure under which Stream you added your files, so the above config spec will select first the versions of branch ‘
sbfuser_testir_proj_dev_strm‘.If there is no version in that branch, it will default to the
LATESTversions in branch ‘am_testir_proj_dev_strm‘.If there is no version in that dev branch, it will default to the
LATESTof the integration branch.The OP falconk comments:
That would explain the issue, since the only option when creating a component (see
cleartool mkcomp) is the-rootone: a component is either a “root-based” or “rootless”.If that component has no root, it is a “meta-component” made to aggregate other components.
And no amount of config spec selection rules will allow for “
Source” to be seen.