Snapshot difference with components in RTC
Hi,
I run the snapshot diff, to get all the work items for the release notes which changed between two versions. This is working quite good, but if we are adding new components we will not get any change set, just the information that it is a new component. <u5:p> </u5:p> <o:p> </o:p>
I need to get a list of all the work items from initial creation of component till the baseline from the snapshot.
<u5:p> </u5:p>Any idea how to get it. Please let me know.
Thanks
Vaibhav
One answer
- When a component gets created it creates an initial baseline
- When a snapshot is created, it creates a a baseline (or uses an existing one that contains the changes with respect to the snapshot state.)
To get the changes for a new component
- In Eclipse open the snapshot
- Right click the component you are interested in
- Select Compare With>Baseline
- Select the first baseline e.g. called Initial Baseline
This should show the changes and the work items.