how can I list a certain user's activity in a branch

拥有回忆 提交于 2019-12-11 09:02:24

问题


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.


回答1:


You can use a query with find:

cleartool find . -user aUsername -type f -branch "brtype(aBranchName)" -print

Note: Fisheye has:

  • only alpha support for ClearCase (since July 2009, see ticket 248)
  • had no support before that (see this thread)
  • requires large system resources which makes it impracticable for large Vobs.



回答2:


Use a tool like Fisheye. It gives you all kinds of metrics on individual users.



来源:https://stackoverflow.com/questions/1371723/how-can-i-list-a-certain-users-activity-in-a-branch

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!