开发者

In Eclipse, how can I see all the code I've checked in this week? We use 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开发者_JS百科 Task Tags, could those help?


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".


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜