I am using Windows XP, with ClearCase Explorer 7.0.1.0-IFIX01.
I have the following directory:
/vob_myvob/path/to/symlink/
And it is pointing to the following directory:
/vob_exports/path/to/third/party/dependencies/v3.4.1.0/LATEST_STABLE
I want to change this so that, for my "future development" branch, I use a different symlink target than all my other branches:
/vob_exports/path/to/third/party/dependencies/v3.4.6.0/LATEST_STABLE
There are a lot of breaking changes between v3.4.1 and v3.4.6, so I need complete isolation.
Are symlinks even the right approach here? We do not have access to UCM.
Note, I am not looking to create a symbolic link. One already exists. I mention my OS because I have read on IBM's site that its not advised to mess with symlinks on Windows. I can ask our admin team to do something on the UNIX side if necessary. So far they are not very helpful, and maybe need a good pointer.