CVS changelog [message #310602] |
Mon, 11 December 2006 16:32 |
Eclipse User |
|
|
|
Originally posted by: dorus.savatech.ro
Hello everybody,
I need to create a plugin to be able to show the cvs log for a certain
cvs user. More specific, I want to be able to see for example, what the
user "foo" committed during a day.
For that, I was trying to use RemoteLogOperation class, to see the logs
for an array of ICVSRemoteResource resources, but the access to this
class is restricted...
Anyway, I wasn't able to obtain any result, so please tell me if I am on
the right track or I chosen a complete stupid solution.
Thank you very much,
Doru
|
|
|
Re: CVS changelog [message #310653 is a reply to message #310602] |
Tue, 12 December 2006 14:10 |
Michael Valenta Messages: 560 Registered: July 2009 |
Senior Member |
|
|
Doru,
The CVS plug-in doesn't have any API but you can use internal classes as
long as you understand that there is no guarantees of backwards
compatibility and no support.
If you are going to use the RemoteLogOperation, you will probably need
to subclass it and override the getLocalOptions method in order to
provide an appropriate set of local options.
Michael
Doru Sular wrote:
> Hello everybody,
> I need to create a plugin to be able to show the cvs log for a certain
> cvs user. More specific, I want to be able to see for example, what the
> user "foo" committed during a day.
> For that, I was trying to use RemoteLogOperation class, to see the logs
> for an array of ICVSRemoteResource resources, but the access to this
> class is restricted...
> Anyway, I wasn't able to obtain any result, so please tell me if I am on
> the right track or I chosen a complete stupid solution.
>
> Thank you very much,
> Doru
|
|
|
Powered by
FUDForum. Page generated in 0.02599 seconds