clearcase - Branch elements not visible after relocation -


i relocated elements 1 vob vob. during relocation view set default config spec.

element * checkedout
element * main\latest

some of elements branched under branch. below config spec use other branch.

element * checkedout
element * .../rel_euchanges_ban_dev/latest
element * wpx0445_anl_exit_euchgs_1.0_bl.anl_28012014 -mkbranch
rel_euchanges_ban_dev
element * /main/latest -mkbranch rel_euchanges_ban_dev

after relocation when set config spec rel_euchanges_ban_dev branch, not able see elements under branch. example: how looks in source vob, 2 folders under branch rel_euchanges_ban_dev. there seems symbolic link destination vob. enter image description here

but @ destination vob. how looks. enter image description here

when config spec set default, analysisanddesign , requirements folder present in destination vob expected after relocation.

why when config spec set rel_euchanges_ban_dev branch, seeing symbolic links? wherein ideally folders should available @ source vob not symbolic links destination vob.

why happening? tried labeling corresponding folders @ destination vob baseline label of sub branch. nothing seems work :-/

further, version tree @ destination vob looks this. view set rel_euchanges_ban_dev branch.

enter image description here

what happen new config spec isn't configured show new elements (those in /main/0 or .../branch rel_euchanges_ban_dev/0

element * checkedout element * .../rel_euchanges_ban_dev/latest element * wpx0445_anl_exit_euchgs_1.0_bl.anl_28012014 -mkbranch rel_euchanges_ban_dev element * /main/0 -mkbranch rel_euchanges_ban_dev <=== element * /main/latest -mkbranch rel_euchanges_ban_dev 

the additional line makes sure new element added source control in new branch.

the relocate man page mentions:

use view config spec selects branch (typically main) on move occur.

the view in run relocate must able check out elements in both source , target vobs, config spec must include checkedout rule.
after run relocate, may need use view (or view same config spec) clean up, described in problems existing views after relocating elements.

so config spec above might have been better suited "working view" used relocate.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -