We have multiple projects in a given ClearCase view. Somehow, we now have a handful of files that are pointing to the same resource in two different projects.
We had a JavaTestProject that was put in ClearCase as a sample project.
The code was used as a model to create a new project: JavaLiveProject.
For a few pieces of code with the same name, ClearCase has pointed the JavaTestProject to the JavaLiveProject file with the same name.
Using ClearCase Explorer, the View Path for JavaTestProject/MyJavaProgram.java looks like it belongs to JavaTestProject.
However, if you use the Properties of Element option, the full path is pointing to JavaLiveProject/MyJavaProgram.java.
If you check out and edit the file in either project, you are really editing JavaLiveProject/myJavaProgram.java.
We are not certain how this happened (we do not see any symlinks in ClearCase Explorer).
However, we would like to make it so that JavaTestProject/myJavaProgram.java does not affect JavaLiveProject/MyJavaProgram.java.
There are other instances where the code has the same name (MySampleProgram.java for instance) where this did not happen.
Any ideas?
cleartooltalk (the CLI for ClearCase: Command-Line Interface) – VonC Sep 7 '12 at 14:58JavaTestProject/MyJavaProgram.java? – VonC Sep 7 '12 at 14:59