If you can merge versions of the element you need to check out, you can work on the file while you wait for mastership to be transferred to your replica.
cleartool reqmaster -c "fix bug #28386" prog.c@@/main/integ
prog.c@@/main/integ: Change of mastership at sibling replica
"lib_lex" was successful.
Mastership is in transit to the new master replica.
cleartool reqmaster -c "fix bug #28386" prog.c@@\main\integ
prog.c@@\main\integ: Change of mastership at sibling replica
"lib_lex" was successful.
Mastership is in transit to the new master replica.
cleartool checkout -c "fix bug #28386" -unreserved -nmaster \
prog.c@@/main/integ
cleartool checkout -c "fix bug #28386" -unreserved -nmaster ^
More? prog.c@@\main\integ
cleartool describe /vobs/lib/prog.c@@/main
branch "/vobs/lib/prog.c@@/main"
created 15-May-99.13:32:05 by nlg.user
branch type: main
master replica: lib_london@/vobs/lib
...
cleartool describe \lib\prog.c@@\main
branch "\lib\prog.c@@\main"
created 15-May-99.13:32:05 by nlg.user
branch type: main
master replica: lib_london@\lib
...
cleartool checkin -nc prog.c Checked in "prog.c" version "/main/65".
cleartool checkin -nc prog.c Checked in "prog.c" version "\main\65".
cleartool checkin -nc prog.c
cleartool: Error: The most recent version on branch "/main" is not
the predecessor of this version.
cleartool: Error: Unable to check in "prog.c".
cleartool checkin -nc prog.c
cleartool: Error: The most recent version on branch "\main" is not
the predecessor of this version.
cleartool: Error: Unable to check in "prog.c".
cleartool merge -to prog.c -version /main/LATEST
(if necessary, you are prompted to resolve conflicts)
Moved contributor "prog.c" to "prog.c.contrib".
Output of merge is in "prog.c".
Recorded merge of "prog.c".
cleartool merge -to prog.c -version \main\LATEST
(if necessary, you are prompted to resolve conflicts)
Moved contributor "prog.c" to "prog.c.contrib".
Output of merge is in "prog.c".
Recorded merge of "prog.c".