Merge arrow in clear case
        Posted  
        
            by cheiav
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cheiav
        
        
        
        Published on 2010-03-07T19:22:56Z
        Indexed on 
            2010/05/11
            22:04 UTC
        
        
        Read the original article
        Hit count: 192
        
clearcase
Hi, I have to merge all objects from a sub branch to main branch recursively. I would like to merge manually by check in the code from sub branch to main branch instead of using merge command in clear case. So after the check in into the main branch I would like to draw arrow recursively to all my objects. ic from sub branch to main branch
I have used this command
cleartool mkhlink -unidir Merge <sub branch path>>@@/main/<<sub branch>> <<main brach path>>@@/main/LATEST 
But when I dit it, it is drawing the arrow for the directory only not for all contains of the directory.
Please suggest how to draw the arrow recursively from sub branch to main branch objects.
Thanks in advance
© Stack Overflow or respective owner