I have file checked out in a view, on its default branch:
/main/pdb8.1/fq05-ae002.4/CHECKEDOUT
I have another view which creates a branch off of fq05-ae002.4
called ae002.4-test2
.
I have the file checked out in that view as well:
/main/pdb8.1/fq05-ae002.4/ae002.4-test2/CHECKEDOUT
I made a change to the checked-out version on the first branch, and want to merge it into the second branch. I know how to do this via the VTree browser in Windows (and Unix), but I would like to know how to do it from the command line. These files and vobs are large, and loading the VTree takes forever. I already know how to do it if the file is checked in on the first branch (e.g. version 2):
ct merge -to myfile -insert -version /main/pdb8.1/fq05-ae002.4/2
ct mkhlink -unidir Merge /vobs/{vob}/path/to/myfile@@/main/pdb8.1/fq05-ae002.4/2 myfile
But I guess I'm not sure what to put in place of /main/pdb8.1/fq05-ae002.4/2
. The CHECKEDOUT.464646
doesn't work.