clearcase - Allow Label Type Creation only within AdminVOB and Disallow in ClientVOB using Trigger -


i want have trigger within client vob disallow creation of label type [mklbtype].
label types must created within adminvob using mklbtype command -global , -acquire options.
in client vob mklabel command used attach release label defined within adminvob. problem client vob trigger mklbtype gets invoked during mklabel operation in clientvob.
how solve issue?
may there clearcase_environment variable there check mklbtype trigger invocation during mklabel command.
appreciated.

another approach define pre-op trigger on mklabel, check if lbtype exists.
if not, means mklbtype invoked, exit in error, denying mylabel command.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -