I'm trying to hide an element in my ClearCase view. I've set the following line in my config spec:
element /path/to/some/element -none
Further down in my config spec, there is an include to another config spec (which in turn includes other config specs and so on - a complete mess, but I can't change this). I'm pretty sure there is another line in there setting this element to a tagged version. When I do ct ls
on the file I see:
/path/to/some/element@@/main/1 Rule: SOME_TAG
Is the -none
option to element
overridable by a tag? If so, how can I work around it?