문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top