Reputation: 249
Am using Clearcase Remote Client(CCRC) and do not have admin rights. Original Clearcase supports 'cleartool' command line interface where as CCRC uses 'rcleartool'. Now, there are some trigger scripts to be placed at the vob level by the admin. Whether at the server side, 'cleartool' commands will work or 'rcelartool'? Only for the client it will be'rcleartool' instead of 'cleartool'?
Upvotes: 1
Views: 178
Reputation: 1073
It is especially important to note that -- in the case of web and automatic views -- triggers do not execute on the "client" host. They execute on the WAN server. This places a number of limitations on what the triggers can do. For example, all interaction has to be through "clearprompt" commands as interactive triggers are not otherwise supported in web and automatic views.
TO directly answer the question as I read it, the triggers would
Upvotes: 0
Reputation: 1324377
there are some trigger scripts to be placed at the vob level by the admin.
That would use the mktrtype command, which is a cleartool
only command (not rcleartool
version)
Even the client-side mktrigger
has no rcleartool equivalent.
On the server side, an admin would have access to cleartool and can use those two commands.
Upvotes: 1