I’m using clearcase as version control. Now I have a requirement to update the files which are doesn’t having file headers must be properly updated. I am planning to create a simple script to do that. But I wanted to make sense even it’s automated headers. So I’d like to the user name of the last user who have created the LATEST version of the particular element (file). How can I query this information using perl?
Share
As TLP comments, you first query with a classic
cleartoolcommand, then you parse the result through your Perl script.See
fmt_ccaseto make the rightcleartool describeof that element, displaying only the author name.