I add a dirX for a project on a branchX view.
Then by mistake I imported again on a main view.
It created two different dir elements and merges from branchX to main are not working.
I have:
On main view removed the dirX from parent.
On branch view merged dirX from branchX to main. Which work in creating a main version of it
On branchX view I can see
ct desc parent/dirX@@main/LATEST
On main view the dirX doesn't show up. Neither I can
ct desc parent/dirX@@main/1 (ERR: no such file or dir)
I tried on main view to create link with same error:
ct co parent
ct ln /.../parent/dirX@@main/1 ./dirX (ERR: no such file or dir)
How can I put the main version of dirX that shows in the branch view appear in my main view ?
The branch view conf:
element * CHECKEDOUT
element * .../branchX/LATEST
element * branchXLabel -mkbranch branchX
element * /main/0 -mkbranch branchX
main view conf:
element * CHECKEDOUT
element * /main/LATEST
Thank you in advance,
-Jess
does not match
branchX view: parent/dirX@@/main/1