rvazquezglez
rvazquezglez

Reputation: 2454

How uncheck in change on RTC?

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?

Upvotes: 3

Views: 423

Answers (1)

VonC
VonC

Reputation: 1325137

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.

Upvotes: 2

Related Questions