ClearCase: Version-extended pathname in a baseline
问题 Is it possible to obtain the version-extended pathname of an element that belongs to a baseline? For example, if I have a file name /vobs/myproj/mydir/myfile.txt and a baseline bl_rc11 in a UCM project, is there a cleartool subcommand that will retun the version-extended pathname of /vobs/myproj/mydir/myfile.txt that belongs to bl_rc11 ? 回答1: This should print the extended pathname of any myfile.txt with the right baseline cleartool find . -name 'myfile.txt' -version 'lbtype_sub(bl_rc11)'