Is there any way in Clearcase to set a file as deprecated?
My(Use)-case:
I have a project (a simulation environment) which has some (old) version. I realized that my directory structure is bad during the developing. I want to put some files to another directory. I can do it, but in this case some files are seems as duplicated. If I delete the old file the old versions of the environment won't run. (And some cases I have to run the old versions of the simulation environment.)
Problem: Obsolete files can be confusing.
What I expect:
A deprecated flag would be nice. If it is set the file is not visible with element * /main/LATEST
configspec sentence. But if I set element * LABEL_TO_VERSION_1
I will be able to see the deprecated file. Is there anything something like this?
I don't want to see the file vith element * /main/LATEST
Any other ideas?