Get files from a ChangeSet
Hi,
Is there a quick way to get, given a specific change set (IChangeSetHandle), all the files associated to it? More precisely, if I get the change sets for a specific file with:
Is there a method,or a quick way, to get from any of those change sets, all the other files associated to it? cheers Giacomo |
One answer
Fetch the change-set(s) in question using the item manager:
IChangeSet cs = repo.itemManager().fetchCompleteItem( changeSetHandle, .... ); Then iterate over the fetched change-sets (along the same lines that I described in your "Fetch files from repository" thread. HTH, JohnC SCM Server ghezzi wrote: Hi, |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.