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?