在 Eclipse 中,如何查看本周签入的所有代码?我们使用CVS

发布于 2024-09-05 06:30:16 字数 119 浏览 3 评论 0原文

我正在使用 Eclipse 3.3.2 和 CVS。有没有办法让我只看到我自某个日期以来签入过的代码?我知道如何使用“比较...”来查看自特定版本或日期以来的所有更改(任何人的代码)。我们的团队不使用任务标签,这些有帮助吗?

I'm using Eclipse 3.3.2 and CVS. Is there a way for me to see the code only I have checked in since some date? I know how to use "Compare With..." to see all the changes (anyone's code) since a particular version or date. Our team doesn't use Task Tags, could those help?

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

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

发布评论

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

评论(2

裂开嘴轻声笑有多痛 2024-09-12 06:30:16

您可以在 eclipse 中创建日期标签。创建一周开始的日期标签,然后将标题与该标签进行比较。您可以通过切换到 cvs 浏览视角然后单击“日期”来创建日期标签。

You can create date tags in eclipse. Create a date tag for start of the week then compare the head with this tag. You can create a date tag by switching to cvs browsing perspective then write click on "Dates".

微凉徒眸意 2024-09-12 06:30:16

不了解 Eclipse,但如果您安装了 CVS 客户端,则可以运行 CVS rdiff 获取两个标记之间提交的文件。

我不久前做过的一件事就是使用 Ant 来做这类事情。您自己编写一个脚本文件并使用适当的配置调用它。我为此使用了 CvsChangeLog 任务。

Don't know about Eclipse, but if you have a CVS client installed you can run CVS rdiff on the command line to get, for example, the files committed between two tags.

One thing I used to do a while back was use Ant for this sort of stuff. You write yourself a script file and call it with appropriate configs. I used the CvsChangeLog task for that.

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