Hi Guys,
Given a branch name and a user id, I'd like to know what the guy have done to the files in the branch, how should I do ?
thanks.
Hi Guys,
Given a branch name and a user id, I'd like to know what the guy have done to the files in the branch, how should I do ?
thanks.
Use a tool like Fisheye. It gives you all kinds of metrics on individual users.
You can use a query with find:
cleartool find . -user aUsername -type f -branch "brtype(aBranchName)" -print
Note: Fisheye has: