For example some parts of the client spec map files from a 'Published' depot. Is there a way for these so-called published maps to be forced read-only, i.e. they cannot be opened for edit?
For example (ignoring [not editable]):
//Development/foo/... //client/foo/...
//Published/bar/1.0/... //client/bar/... [not editable]
//Published/qux/2.0/... //client/qux/... [not editable]
In other words I want to prevent files from being opened (say, being locked by default) and am wondering if this can be enforced at the client spec level.
If not, is there a way available without making the 'Published' depot read-only to certain users?