Restrict access by changelist

You can restrict access to depot paths to a particular point in time by providing the depot path names and changelist numbers in the ChangeView field of the client specification. Files specified for the ChangeView field are read-only: they can be opened but not submitted. For example:

ChangeView:
      //depot/path/...@1000

In this example, revisions of the files in //depot/path/... are not visible if they were submitted after changelist 1000. Files submitted up to and including changelist 1000 are visible but read-only. You can specify multiple paths.

You may specify ChangeView entries in either depot syntax or client syntax.