I need to merge all sub-branches into m_tool
so that I can get the desired config spec.
I am trying to use my company's rebase tool but I get an warning saying that my config spec only supports branch-to-branch rebasing.
Could you please tell me what do I need to do?
I understand that element * TAG_2010_OCT_02
and element * TAG_2010_02_DEV_BASE
are tags.
This is my desired config spec:
element * CHECKEDOUT
element * DATASOURCE
element /entities/... /main/LATEST
element * .../m_tool/LATEST
mkbranch m_tool
element * /main/LATEST
end mkbranch m_tool
This is my original config spec:
element * CHECKEDOUT
element * DATASOURCE
element /entities/... /main/LATEST
element * .../m_tool/LATEST
mkbranch m_tool
element * .../branch2011/LATEST
element * TAG_2010_OCT_02
element * .../m_dd_lt_hfix/LATEST
element * TAG_2010_02_DEV_BASE
element * /main/LATEST
end mkbranch m_tool