Displaying feature levels

You can use the cleartool describe command (and the Properties Browser on Windows) to display feature levels for replicas and VOB families.

To display the feature level of a replica:
  • Use the command cleartool describe replica: replica-name@vob-tag. For example:
    cleartool describe replica:tokyo@\devreplica "tokyo"
      created 20-Aug-03.13:35:37 by John Cole (jcole@goldengate)
      replica type: unfiltered
      master replica: sanfran_hub@\dev
    ...
      feature level: 4
    ...
    
  • On Windows®, start the Properties Browser for the replica.
To display the feature level of a VOB family, use the command cleartool describe vob:vob-tag. For example:
cleartool describe vob:/vobs/dev
versioned object base "/vobs/dev"
  created 15-Aug-03.14:19:03 by Susan Goechs (susan.user@minuteman)
  master replica: boston_hub@/vobs/dev
  replica name: boston_hub
  VOB family feature level: 4
...
Note: Before you set the feature level for a newly created replica, its value is recorded as unknown. For example, if you use the describe command to show the properties of a new replica, the output looks like this:
cleartool describe replica:sanfran_hub@/vobs/dev
...
  feature level: unknown