Question

I've accidentally checked in some changes in a change set and I don't want to deliver them.

How do you move a change from a pending changeset to unresolved changes in RTC?

Was it helpful?

Solution

The usual option is "discard", but that would remove the changes (it actually remains in the repository, but is not listed in any folder, so it feels like your changes just vanished).

What I usually do is:

  • backup first those files (somewhere outside the sandbox or local workspace)
  • discard
  • copy back the files in the sandbox
  • refresh the sandbox.

The help page mentions another tip:

To make it easier to retrieve a discarded change set that does not exist in any other stream or workspace, you can associate it with a work item before you discard it and then accept it from the work item later.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top