如何跟踪 CVS 签到
我们最近在测试版代码的主分支之外创建了一个分支。
现在我想检查过去一周分支中所有文件都发生了哪些更改。如何从 CVS 中获取该信息。
这个命令是什么?
We recently created a branch out of the main branch of our code for the beta.
Now I want to check what all files have changed in the branch in the last one week. How to get that information out of CVS.
What is the command for this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从命令行:
在特定日期范围内执行此操作:
其中
1972-09-24
实际上是您想要获取更新项目的日期。From the command line:
Do do it for a certain date-range:
Where
1972-09-24
is actually your date you'd like to get items newer than.