3

I am completely new using RTC so please, I need an answer as simple as possible.

I recently accepted a change set from another team member and I need to discard the change set from my workspace. My problem here is that the change set I accepted was not delivered and it's still pending and awaiting a review approval. If I discard the change set will this wipe out the team members changes or will it just remove the change set from my workspace? In other words, I am not going to remove any changes the other team member made am I?

I really need to understand this?

Thanks

robasc
  • 307
  • 1
  • 5
  • 15

1 Answers1

2

If I discard the change set will this wipe out the team members changes or will it just remove the change set from my workspace?

Just from your workspace (and your repo workspace).
See help page "Discarding change sets from workspaces".

Once a change set is delivered to the stream, you cannot remove it.
And you will have to accept it eventually, especially if you want to deliver your own change sets yourself to that same stream.

If accepting that change set is problematic, then the developer who originally delivered that activity to the stream needs to revert it (deliver a new change set that would cancel the previous one).
See more at "How to discard the change set once delivered in RTC".


Erigami comments below:

You can remove a change set from a stream by:

  1. discarding it from your workspace, then
  2. running 'Replace in <stream name>' from the Pending Changes view.

That sets the component's history to be the same as that of your workspace, so make sure you have all of the change sets you want in there. ;)

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • You can remove a change set from a stream by: (1) discarding it from your workspace, then (2) running 'Replace in ' from the Pending Changes view. That sets the component's history to be the same as that of your workspace, so make sure you have all of the change sets you want in there. ;) – Erigami Apr 03 '14 at 19:10
  • @Erigami good point. I have included it in the answer for more visibility. – VonC Apr 03 '14 at 19:13