Reputation: 42792
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.
Upvotes: 1
Views: 284
Reputation: 1323753
You can use a query with find:
cleartool find . -user aUsername -type f -branch "brtype(aBranchName)" -print
Note: Fisheye has:
Upvotes: 1
Reputation: 52300
Use a tool like Fisheye. It gives you all kinds of metrics on individual users.
Upvotes: 0