글 수 90
RSA 모델링 소스의 경우 되돌리기나 버리기가 안 되는 부분이 종종 나오고 있고, 설계하는 쪽에서는 시급한 사항이라고 하네요.
일단 PMR을 올리긴 했는데 이쪽보다는 RSA 쪽 문제가 더 클거 같네요.
그러나, 다른 형상관리도구에서는 문제없이 되는 기능이 RTC에서는 안 되는것 아니냐고 하니 RTC쪽 문제가 되는것 같고요.
파일 단위의 형상관리가 아닌 ChangeSet 단위의 형상관리가 되다 보니 나타나는 문제인것 같습니다. 다른 분들은 어떻게 생각하시는지요?
1. 먼저 특정 버전으로의 되돌리기를 시도합니다
2. 병합이 이루어 집니다.
3. 병합했던 변경 세트를 찾아갑니다
4. 해당 변경세트를 삭제하고자 합니다
5. 삭제가 되지 않습니다.
6. 물론 보류중인 변경사항에서도 삭제가 되지 않습니다.
7. 해당 작업은 변경 세트를 기준으로 작업을 했기 때문에 에러 메시지에 나오는 변경세트단위가 어디까지 인지가 궁금합니다.

Normal 0 0 2 false false false EN-US KO X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"표준 표"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; mso-bidi-font-size:11.0pt; font-family:"맑은 고딕"; mso-ascii-font-family:"맑은 고딕"; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"맑은 고딕"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:"맑은 고딕"; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-font-kerning:1.0pt;}
모델링 소스가 문제가 아니라 RTC에서 잘못된 것이라 하네요. IBM 기술지원센타에서 받은 내용 올립니다.
----------------------------------------------------------------------------------------
현재 발생되시는 에러는 본 ChangeSet에 연관된 ChangeSet 이 있어서 삭제가 되지 않는 경우입니다 .
본 ChangeSet이 삭제되게 되면 Gap이 발생이 되게되어 삭제시 에러가 발생되는 경우 입니다.
# 두가지 경우로 본 이슈를 해결하실 수 있습니다 .
1. 내 작업공간의 History에서 본 ChangeSet 과 관련된 연관 ChangeSet 을 함께 삭제하시는 경우 삭제가 가능합니다.
2. 본 ChangeSet 이외에 다른 연관된 ChangeSet을 일시중단(Suspend) 시키시고 해당 ChangeSet을 삭제하신후 일시중단한 ChagneSet을 Resume 하시면 자동적으로 patch 가 생성되며 생성된 patch를 수행하시면 관련 Gap을 채우는 ChangeSet이 생성되며 다시 시작됩니다.
아래 사항은 Jazz Forum에 나와있는 내용입니다.
http://jazz.net/forums/viewtopic.php?t=1426&highlight=gaps
----------------------------------------
- suspend all the work items that you created since you accepted the change sets from that work item
- discard the change sets from the work item (that should now succeed).
- resume the change sets that you suspended. The resume will complain about the change sets that depend on the ones you discarded, but you will be given the option of creating a "patch" for those change sets you want to resume. Create patches for the change sets you can't resume, check them in, and you should be able to deliver the results.
----------------------------------------
본 케이스와 연관된 이슈로 등록되어진 Defect 가 있습니다 .다음 사항도 참고 부탁드립니다.
Defect 24822 , Enhancement 20810
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=24822
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=20810