I know that I can list all files I have on the "MyBranchName" with the following command:
cleartool find . -cview -type f -branch 'brtype(MyBranchName)' -print
But I need to know the description / (or comment if you want) of the files which you can set when you do checking-out or checking-in . Is there a way to do that too ?
I already searched for the internet after a solution, but couldn't find it. I start to think that it isn't even possible.
The
cleartool describecommand should be involved here.With Linux (or Windows Git bash shell), you might consider:
But using
cleatool find -execshould be more efficient:I mentioned before:
In your case:
Linux syntax: