如何找出创建日期分支到当前时间的变化

发布于 2024-07-27 15:17:39 字数 227 浏览 5 评论 0原文

我在我的 cvs 存储库中创建了一个分支名称 ABC123,但我忘记标记它。 所以现在我想找出从创建的分支日期到当前时间的变化。

我尝试过:cvs diff -D20090619 源
但它并不成功。

在这种比较中,CVS 比 SVN 差很多。

谁能告诉我这件事吗?

非常感谢你的帮助,

Minh

I created a branch name ABC123 in my cvs repository, but i forgot to tag it.
So now i want to find out changes from the created branch date to current time.

I've tried: cvs diff -D20090619 source
but it is not successful.

CVS is quite bad than SVN in this kind of comparison.

Could anyone shed me any light on this?

Thanks a lot for your help,

Minh

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦在深巷 2024-08-03 15:17:39

我找到了答案。
我只是在那天之前签出代码并与当前代码进行比较。
cvs update -r BRANCH_NAME -D20090619(树 1)
cvs update -r BRANCH_NAME (tree2)

然后使用 Araxis Merge 比较 2 个文件夹。

I found my answer.
I just checkout code before that day and compare with current one.
cvs update -r BRANCH_NAME -D20090619 (tree1)
cvs update -r BRANCH_NAME (tree2)

Then use Araxis Merge to compare 2 folders.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文