Report of Elements in a Change set or baseline
Accepted answer
For all I know (irrelevant for the version that is not mentioned in the question) there is no reporting available that will discover relevant data from change sets or baselines. This SCM data is not really in the data warehouse.
It might be possible to create some kind of reporting data based on the SCM information e.g. using the API or using the SCM command line, provided the information is actually available in the system.
It might be possible to create some kind of reporting data based on the SCM information e.g. using the API or using the SCM command line, provided the information is actually available in the system.
Comments
The version is 5.0.2 but in any case I was wondering if there's any way to retrieve this data.
Thanks for the information.
What you can do though and what is easy to do is to
- Look at the repository files without loading
- Look into change sets and the changes they contain
- Compare snapshots/baselines to see the differences
This is not reporting, this is the normal SCM functionality.