How to see all versions between two delivery in Rational Team Concert
How to see all versions between two delivery in Rational Team Concert
I did changes and delivered the changes of a file ( Myfile.txt ) with comment "Delivery 1" and that time the Version ID of the file is say 2.
I did the change of the same file , Save it and Checkin with "No Comment" and From History of the File I see Version 3 is Created .
Again I did the change of the same file , Save it and Checkin with "No Comment" and From History of the File I see Version 4 is Created BUT I do not see the Version 3.
I do change again on the same file , Save and Checkin with "No Comment" and From History of the File I see Version 5 is Created BUT I do not see the Version 3.& 4.
Now I deliver the Changes with Comment "Delivery 2 " -- It shows the version of the file as 5
So between "Delivery 2 " and " Delivery 1" -- version 2, 3 and 4 has gone . How I can see version 3 or 4 .
NOTE :: I can not Check in with New Change Set , It indicate the below message
--------- Checking-in changes to new change set
Cannot check-in Myfile.txt because it is already being changed in another active change set.
Instead of picking a specific change set, try allowing the check-in to pick the correct change set.
------------
Can some one help me on this . i,e how to see intermediate versions between two delivery
Thanks
PKC
Accepted answer
The version id is generated by sequence for every check-in. When you check-in version 3, 4 and 5 the same change set was used. So only version 5 is shown with the change set when you browse the file history.
One other answer
Thanks Lily Wang,
This facility is there only in Eclipse . But I am working from RTC DOT NET VS Client and in that Client "Show Check-in History",DOES NOT show the Inter-mediate version .
Is there any way to see the intermediate versions between two delivery using RTC DOT NET VS Client.
Regards
PKC
Comments
According to the document https://www.ibm.com/support/knowledgecenter/SSYMRC_5.0.2/com.ibm.team.concert.dotnet.doc/topics/t_viewing_the_change_history_ofa_file.html the "Show check-in history" option is available in RTC for VS client.