Get CVS history for a particular user

最后都变了- 提交于 2019-11-30 19:34:46
cvs history -u username

gives a history of changes the user has made

As a coder, I am mostly interested in commit changes, (as opposed to tagging, branching, etc), so I usually include the -c commit option as well:

cvs history -c -u username

Or try this one:

cvs history -x AMR -D "your-desired-date"

Example

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