I'm using the code:
"c:\Program Files (x86)\ibm\RationalSDLC\ClearCase\bin\cleartool.exe" find . -name "*" -ver "created_by(someuser)" -print > c:\my_checkins.txt
to find a list of my check-ins in ClearCase. I'd like to include the date of the check-in. Can I do that? If so, how? Can I have the results sorted by the check-in date?
Thanks.