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

angularjs - Redirect to a new template in angular js -

Oracle SQL. How to select specific IDs where value of columns specify criteria? -

Desktop Launcher for Python Script Starts Program in Wrong Path (Linux) -