Reputation: 3183
I am using eclipse plugin for RTC. Not able to find a option to accept only some of the change sets and not all of them at one time.
Is there an option for this?
Upvotes: 1
Views: 734
Reputation: 1325137
You should see in the "Pending Changes view" some work items or baselines in the "Incoming" section that you can unfold.
Once unfolded, you see a list of change sets: right click on one (or several selected together) and you can accept only those.
But if the change set depends on a previous one, RTC will will first propose to apply that change set as a patch.
The repository workspace you are accepting this change set into doesn't have all the change sets that led up to this change set.
You can try applying the contents of the change set as a patch or you could try and accept more change sets together.Do you want to apply the change set as a patch?
Learn about patches and content accept:
You are accepting a change set that depends on change sets that are not already in your workspace. This would create a gap in the component's change history.
You can resolve this problem by accepting the changes as a patch.
So here: click cancel and widen your change sets selection.
Upvotes: 1