Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does the 'Change Explorer' view work in RTC source control

Tags:

clearcase

rtc

I have a component which contains outgoing changes :

enter image description here

When I right click this component and compare against the 'initial baseline' I get a list of change sets which comprise this component. This is displayed in the 'Change Explorer' view :

enter image description here

Is this the list of change sets over time that have been delivered to this component or change sets that have been delivered to a baseline, or is it both ?

By right clicking on each change set I see the option to 'accept' the change set. Should this copy the selected changeset into my workspace ?

like image 433
blue-sky Avatar asked Feb 11 '26 03:02

blue-sky


1 Answers

If you see accept on a changeset, that means it is part of the incoming changes, done and delivered over time on the stream.
If you accept those, and if your component is loaded in your sandbox, then yes, those files will be copied over on your hard drive.


To be clearer, the "Change Explorer" (compared to your classic "Pending Changes" view) is about source control exploration (ie finding, and if needed, accepting old changeset that you need to see back in your repo workspace, and, if the corresponding component is loaded, in your sandbox or hard-drive)

See "Practicing source control archaeology with Rational Team Concert"

Choosing Open in Change Explorer on a change set will show you the all the file versions and directories involved in that change set.
Decorators and clarifying comments are displayed to help your understanding of what had occurred:

  • File or directory changed: file changed directory changed
  • File or directory added: file added directory added
  • File or directory deleted: file deleted directory deleted

change explorer

like image 115
VonC Avatar answered Feb 17 '26 04:02

VonC



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!