Clearcase: findmerge usage.
Posted
by Keshav
on Stack Overflow
See other posts from Stack Overflow
or by Keshav
Published on 2010-04-28T14:22:47Z
Indexed on
2010/04/28
15:03 UTC
Read the original article
Hit count: 325
clearcase
Hi,
I have a branch B1 and another branch B2. I want all files/subfolders (recursively) inside a particular folder X (and not on entire VOB) on B1 to be merged onto B2.
What exact findmerge command do I need to use?
The below commands will work for entire vob or if I run them by getting into the directory in question, that will suffice for me?
cleartool findmerge . -type dir -nc -fver .../dev/LATEST -merge
cleartool findmerge . -nc -type file -fver .../dev/LATEST -print
Thanks a lot in advance.
© Stack Overflow or respective owner