I created a web view on a branch in Clear team explorer and i got all the elements to my local directory C:\Documents and settings\view1\vob\src.
Now the problem is i want find the labels and the last modified date of the elements present in the above directory.
i tried to use the cleartool command.
cleartool find C:\Documents and settings\view1\vob\src -type f -version "(lbtype(PROD))" -print
but i am getting the below error
cleartool: Error: Not an object in a vob: "C:\views\ac62599\AC62599_view\vob\".
cleartool: Warning: Skipping "C:\views\ac62599\AC62599_view\vob\".
i tried to start view also
cleartool startview view1
it also gave a error
cleartool: Error: View tag not found: "view1".
Please help me my requirement is to find the elements missing the label PROD and to find the elements merged to main branch on specified date i am using perl scripts for these requirements. Thanks in advance