tags:

views:

25

answers:

1

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?

A: 

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.

dpb