On Nov 10, 1:52 pm, Vijay <
m.vijaygan...@gmail.com> wrote:
> In the above setup. I want to move the version 1 & 2 in branch with
> label information to main branch as 4th and 5th version.
> Is that possible and kindly guide me
Possible, of course. Useful ? No.
It may either result in duplication or loss of information.
But, to do it (assuming you renamed the main brtype into Main, and the
element name was foo):
ct co -nc -nda -bra /Main foo
ct ci -nc -rm -from foo@@/TEST1 foo
ct co -nc -nda -bra /Main foo
ct ci -nc -rm -from foo@@/TEST2 foo
To lose information, just remove the branch:
ct rmbranch -f foo@@/Main/branch
Marc