How to get the previous or old version in CCRC 7.1.2

I am using CCRC 7.1.2 to access the UCM project, and I could not see any option in CCRC to download the previous version. There is also no option on the Version Tree tab, although it shows the entire version.

+4
source share
1 answer

The easiest way is to make a web view in CCRC to display the indicated old version:
You can change its configuration specification to select what you want to see in this particular view.

Note that the IBM CCRC version tree article mentions:

Right-click the item version> go to Tools > select Show Version Tree :

select

The version tree> appears, double-click the version that is not selected in the view :

double-click

The file will open in its associated program or prompt you to select a program to open the file with.

So, try double-clicking on the old version and see if this is enough.


The only alternative, since all the solutions that I mention in β€œ In ClearCase, how can I view the old version of the file in a static view from the command line? ” For cleartool (which means full ClearCase, not the light CCRC client), try to use CCRC command line .
But I don’t see the CCRC command being able to get (e.g. cleartool get ) an older version.

+3
source

Source: https://habr.com/ru/post/1483519/


All Articles