I have a usecase in IBM Rational ClearCase, I have a folder with the name SRC and there is checked in the C source files, which are generated with Simulink ecoder.
Now I want to change my config spec so I cannot see in SRC folder the checked in files but the private files, so I could force Simulink to generate fresh source files.
How could I do this in config spec ?
I tried to use the command element /f_01/.../src/... NOLABEL to see only the private files because the label NOLABEL does not exist, but without success.