Hi,
I am trying to get ClearCase to give me an absolute pathname. (The tree from the view root to the current element would be fine too).
cleartool desc -fmt "%Xn"
yields the checked out pathname - excellent. But I need the \vob\directory\to\the\file
as well.
Is there a simple way to do this? I know one way is to convert to the OID and then back, but that is very slow - I'd like to at least keep an eye towards speed.