CVS结帐时间序列 [英] cvs checkout time series

查看:73
本文介绍了CVS结帐时间序列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们有一个cvs存档,我可以获取我想要的任何文件的任何版本。但是,有什么方法可以获取特定日期和时间的代码吗?我没有任何要求的选项。我希望能够每天浏览cvs存档并自动执行指标,也许可以直观地看到一段时间后代码的变化。

We have a cvs archive, and I can get any version of any file I want. However, is there any way to just get the code as of a certain date and time? I don't see any options to request that. I'd like the ability to walk through a cvs archive day by day and do metrics automatically, perhaps a visualization of what happened to the code over time.

推荐答案

您可以签出特定日期:


cvs co -D 2010-10-10 22:15 :59 GMT
mypath / myfile

cvs co -D "2010-10-10 22:15:59 GMT" mypath/myfile

请参见例如 http://www.manpagez.com/man/1/cvs/ 了解详细文档(选项 -D )。

See e.g. http://www.manpagez.com/man/1/cvs/ for the detailed docs (option -D).

这篇关于CVS结帐时间序列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆