1st post here so I hope I'm not breaking any rules.
To the point: I work on multiple projects and therefore may have multiple vobs mounted at any given time that are unrelated to the view that i want to work on at the moment. This causes each view that I have created to show each and every mounted vob. This is obviously not desirable behavior, is there a way i can use the config spec for a dynamic view to only show the vobs related to that view?
I have tried adding the following in the config spec:
element /irrelevant_vob/ -none
or
element /irrelevant_vob/... -none
or
element irrelevant_vob -none
I also tried something like this:
element * CHECKEDOUT
element /relevant_vob1/...//main/LATEST
element /relevant_vob2/...//main/LATEST
element * -none
but in all the above cases, the irrelevant_vob is still in the folder tree but empty. What I would like to do is to completely hide the irrelevant vobs from the view.
Is it possible?
Thank you.