RTC 4.0 - Create patch to resolve gap from Visual Studio client and Windows shell client
![]()
DH Lee (257●8●44●46)
| asked Nov 18 '12, 10:43 p.m.
JAZZ DEVELOPER retagged Jun 24 '14, 4:47 p.m. by David Lafreniere (4.8k●7)
I understand patch can be created to resolve gap in Eclipse client. However I could not find menu or relevant information to create patch from Visual Studio client and Windows Shell client
Is there a way to create patch from Visual Studio client and Windows Shell client? Or is it only possible to create patch from Eclipse client? |
Accepted answer
![]()
In Visual Studio and Shell clients, a patch is created under the hood in case of gaps - there's no user initiated patch creation. So if you try to accept a change set that will cause a gap, the tool will ask the user if she wants a patch created and if the user agrees, then a patch will be crated and show up on the Pending Changes view. The patch can then be merged into the user's workspace the usual way.
The reason explicit patch creation isn't enabled in the Shell or Visual Studio is because this type of patch creation is really an Eclipse concept. In future releases, we may rename the term patch into something that would be more universally understood by developers. Cheers --Rupa DH Lee selected this answer as the correct answer
Comments Note: The above answer is true for clients prior to 4.0.5
Below are some videos which show this feature:
|