I want to check out a directory , let's say /vobs/myvob/src/
to add a new file in this directory. But by mistake rather than checked out /vobs/myvob/src
I checked out /vobs/myvob/scr/
and even worse checked in it. Then directory scr
has a new version : scr@mybranch/1
(let's say I'm working on branch mybranch
)
After realized that I've made a mistake, I remove the newly created version by:
ct rmver scr@myranch/1
then use ct ls parent_dir_of_scr
to do the double check and I found although scr@mybranch/1
disappeared, scr@mybranch/0
is still there .
Not 100% sure but I'm afraid I should not try to remove that version in the same way , cus it might let clearcase remove a version in main as well.
So my question is how should I do a totally "clean up" in this situation .
Need your help . thanks in advance .