How to cancell the dependency in RTC
One answer
As long as the file is only checked in, the changes are his private changes. You can
- Work and deliver yourself - which might force him to do a merge once he decides to deliver
- Accept his change (e.g. using SCM search or a work item). This would require his change set to be closed
- Create a copy from his repository workspace that you can change then; In this case I am assuming you would see the checked in change and could also deliver it.
See https://jazz.net/library/article/126 for various questions in this area.
Comments
Hi Ralpha
Thanks for the immediate reply, But
1) Can I deliver his change set?
Scenario :- My team mate is done changes and he is on vacation and he is asking me to deliver the changes.
Without logging his sandbox shall I deliver his changes?
As mentioned in answer 2 and 3, you have options to do that. If the change sets are not completed, 2 does not work. For 3 there might be information (comments, work item links) that you might loose, if the change set is not completed. You can work around that by opening the repository workspace (if it is public or scoped).
Last alternative would be to try to change ownership of the repository workspace to you, which a JazzAdmin could do. Then you can work with it as you please and deliver.