How to use ClearCase Annotate

血红的双手。 提交于 2019-11-29 08:08:32

According to the cleartool annotate man page, that command always uses an "elide-format", precisely to avoid duplicating informations on lines modified by the same author.

So the only solution would be to parse the result of that command in order to insert the relevant information.

You could use -force to get rid of that (.) character. This is what I am using for my script - cleartool annotate -all -fmt "%Ad %-8.8u %-100.150Vn | " -nheader -force <filename>

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