Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何获取特定用户对存储库的提交历史记录?
我可以通过命令行或 TortioseCVS 访问 CVS,因此使用任一方法的解决方案就足够了。
作为一名编码员,我最感兴趣的是提交更改(与标记、分支等相反),因此我通常-c也包括提交选项:
-c
cvs 历史 -c -u 用户名
cvs history -u username
提供用户所做更改的历史记录
或者试试这个:
cvs history -x AMR -D "your-desired-date"
例子
cvs history -x AMR -D "2012-04-12"