In our clearcase we are having few folders require same contents.
We use to have symlink to achieve that. But Now our folders are having view private files, so symlink doesn’t do any good.
Is copying it again the only mechanism ?
Any other policy or settings which can help to symlink view private file?
Symlinks (OS symlinks, not
cleartoolsymlinks) should be supported, even for private files (they would certainly work in snapshot view anyway: those are based on the native OS).Otherwise, copy is still a solution to fallback on.
But I am not aware of any dedicated policy on ClearCase for symlinks on private view files.
The is only one policy for versionned symlinks (created by
cleartool ln -s, but this isn’t your current scenario):The OP Samselvaprabu mentions using Dynamic view drive and i am in windows environment, and reports the following error on symlink creation:
The man page “To create a Vob symlink” mentions the following restrictions:
My point was:
If
cleartoolln -sdoesn’t work, especially for private file (which are not in ClearCase anyway), use OS symlink (in your case, NTFS symlinks if you are on Windows Vista or more, otherwise simple junction points)So OS symlinks (native symlinks, not created by cleartool) should work.