how to get component from changeset ?
Our usecase is to determine all the dependent changeset for a given changeset and list down all the files with full path started from the component using API.
How to list down all the dependent changeset for a given changeset ?
If we get the dependent changeset , we are able to get the files associated with it, so how to get full path for the file? as the method to get full path requires component name as well , so how to get component name from a given changeset.?
Thanks
Praveen Patidar
How to list down all the dependent changeset for a given changeset ?
If we get the dependent changeset , we are able to get the files associated with it, so how to get full path for the file? as the method to get full path requires component name as well , so how to get component name from a given changeset.?
Thanks
Praveen Patidar
One answer
Using the api, IChangeSet.getComponent() returns a component handle - however, without digging too much into your usecase, you might want to explore how you are supposedly getting this initial change set first. I mention this because when trying to explore remote-paths of files, it is dependent on a the RepositoryWorkspace/Stream's "configuration(IComponentHandle)". This would lead me to believe you need to pick the stream and component first even before dealing with change sets and files.