CVS: list all files added/removed between tags

巧了我就是萌 提交于 2019-12-02 16:02:53

问题


Is there any way to list all the files added/removed to repository between two selected tags? I tried cvs history but it only shows history records since a particular tag was last added to the history file. The command line solution would be preferable.


回答1:


You can use cvs rdiff -s -r <tag1> -r <tag2> <module>.

There is some example output in this answer.



来源:https://stackoverflow.com/questions/9062584/cvs-list-all-files-added-removed-between-tags

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