I have a very strange error running the cleartool lsview command under UNIX (version 7.1.2.12).
The command works in general but for some users (!) it gives the following error message :
cleartool: Error: No matching entries found for view tag "user_*".
I encountered this error first in a Perl-script but it is reproducible on the command line as well. I try to do something like :
cleartool lsview user_\*
Where user is the user name. For most users (like myself) cleartool will list my views that start with my user name and are followed by an underscore.
For some other users the command will return a list with their views but in addition it will produce the error message mentioned above. My script obviously checks for ClearCase errors and stops working. If I left out the underscore (any underscores in the pattern!) the error message is gone.
Is there anything I need to be aware of when querying the views of a user? The IT told me to do :
cleartool lsview|grep "user_"
which would work without an error message but I want to understand why the error comes up.
Thanks for reading so far.