How do you Extract an older change set and re-integrate it to the current configuration
![]()
Sean Burke (378●9●131●219)
| asked Nov 22 '13, 1:51 p.m.
retagged Dec 16 '13, 12:51 p.m. by David Lafreniere (4.8k●7)
I have a stream with numerous change sets. The change sets are numbered. #1, #2, #3, #4, #5, #6 and #7. The current code includes all change sets. If I wanted the code from change set #1 to be exacted and re-integrated into the current configuration, what is the process to do this in RTC?
|
Accepted answer
![]()
You could try accepting the change set int your loaded repository workspace, from the work item that it was associated with. Or you could search for that change set and accept it from the search view.
Cheers
--Rupa
Sean Burke selected this answer as the correct answer
|
Comments
What do you have in mind by "re-integrated"? Are there some lines in change set #1 that have been overridden by changes from subsequent change sets, and you want to restore the lines from change set #1 ?