Historical view defined by a time rule

The following config spec defines a frozen configuration in a slightly different way than the config spec that is described in Historical view defined by a version label:

(1)
element * /main/LATEST –time 4-Sep.02:00 –nocheckout

This configuration selects the version that was the most recent on the main branch on September 4 at 2 A.M. Subsequent checkouts and checkins cannot change which versions satisfy this criterion; only deletion commands such as rmver or rmelem can change the configuration. The –nocheckout qualifier prevents anyone from checking out or creating elements.

This configuration can be used to view a set of versions that existed at a particular point in time. If modifications must be made to this source base, you must modify the config spec to "unfreeze" the configuration.