In our project we are having multiple components.
If a component has changes [check in happened ] then that component should be taken for build.
How to find whether the component is changed since yesterday or not?
In our project we are having multiple components.
If a component has changes [check in happened ] then that component should be taken for build.
How to find whether the component is changed since yesterday or not?
A simple way would be to make a baseline on that component, since ClearCase will refuse to make one if said UCM component has no change yet (see "Creating an identical baseline in UCM").
But that would mean having to delete the baseline if you don't want to keep it around, and deleting a baseline can be time consuming.
The other way is to be able to find the most recent activity for a given stream, and list the associated versions of that activity (checking for their date).
That works better if: