Which component has my project - searching
In a large project, people are sometimes moving projects between components. Over time, I lose track, and want to do a query: which component(s) have my Eclipse project, with some indication of the time and baselines where the project was found, ordered by time.
Is there a way to query RTC for this information?
-Marshall Schor
Is there a way to query RTC for this information?
-Marshall Schor
One answer
If you know the name of the root directory of the project (often, it is
the same name as the project, as stored in the .project file), then you
could use Jazz Source Control search, to find all change sets that
create a directory with that name.
From the change-set, you can find the component, and you can also
search for all baselines that contain that change-set using the "Locate
Change Set" operation on that change set.
Cheers,
Geoff
On 8/29/2011 9:53 AM, marshallschor wrote:
the same name as the project, as stored in the .project file), then you
could use Jazz Source Control search, to find all change sets that
create a directory with that name.
From the change-set, you can find the component, and you can also
search for all baselines that contain that change-set using the "Locate
Change Set" operation on that change set.
Cheers,
Geoff
On 8/29/2011 9:53 AM, marshallschor wrote:
In a large project, people are sometimes moving projects between
components. Over time, I lose track, and want to do a query: which
component(s) have my Eclipse project, with some indication of the
time and baselines where the project was found, ordered by time.
Is there a way to query RTC for this information?
-Marshall Schor