Determining the datetime of a specific tag on a specific module in CVS

房东的猫 提交于 2019-12-24 09:24:21

问题


I need to determine the exact date/time of a specific tag on a specific module in CVS. Can you please help me how can I do this - using eclipse CVS plugin especially? Thanks in advance.


回答1:


I don't think you can. Tags in CVS don't have an existence outside of the files that have that tag, and file either has the tag, or it doesn't.

That's why it's a good idea to put a timestamp in the tag name, when you tag it.




回答2:


You can apply the same tag to two different files at different times, so trying to find the date/time of a tag is impossible.



来源:https://stackoverflow.com/questions/3356766/determining-the-datetime-of-a-specific-tag-on-a-specific-module-in-cvs

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