Background
I have a version tree that looks like this for a directory element:
[myView] --> A --> B --> C
It is currently looking at Version B of the directory. I want to make changes from the point of view of B. However, when I run a ct co
, it will automatically do this:
[myView] --> A --> B --> C --> Checkedout
Instead of what I want below:
[myView] --> A --> B --> C
|
Checkedout
Question
How can I checkout directly from an intermediate ancestor in Clearcase?
The cleartool checkout page has this example:
So using an extended pathname (that I used here), you can checkout any version, but the checking will create a new version after C, by merging it with C.
This is best done in a dynamic view, where all pathnames are available.