I have a directory name ABCD containing a set of files under Clearcase VOB within a directory TEST1 . I want to retain that structure of the existing directory tree as is.
- TEST1
* ABCD
But I also have another directory under same VOB with the name EFGH within a directcory tree TEST2.
- TEST2
* EFGH
I want to add the directory ABCD and it its contents under EFGH without disturbing TEST1 directory tree at all. Essentially I want to reuse ABCD directory tree under two directory TREE within same VOB,
- TEST2
* EFGH
* ABCD
I don't want to use cleartool ln command.
What is the way out? Thank you. Regards Pashan