The Subclipse plugin allows a user to right click on a project, select "show history" to see a cronological history of checkins to a project.
I haven't been able to find any equivalent functionality in the CVS plugin. I know it can be displayed from a command prompt, and maybe setup an External Tool configuration to display checkin history.
Does anyone know of another way to show checkin history at the project level?
Le 15/12/2009 14:35, Neill Laney a écrit :
> The Subclipse plugin allows a user to right click on a project, select
> "show history" to see a cronological history of checkins to a project.
>
> I haven't been able to find any equivalent functionality in the CVS
> plugin. I know it can be displayed from a command prompt, and maybe
> setup an External Tool configuration to display checkin history.
>
> Does anyone know of another way to show checkin history at the project
> level?
AFAIK, cvs doen't provide this functionnality. You could use cvsps, to
get module level patchsets.