Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » CVS changelog
CVS changelog [message #310602] Mon, 11 December 2006 16:32 Go to next message
Eclipse UserFriend
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 Go to previous message
Michael Valenta is currently offline Michael ValentaFriend
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
Previous Topic:Plugin and feature versions in Eclipse
Next Topic:3.2.x Language Packs and Motif
Goto Forum:
  


Current Time: Wed Jul 17 20:19:28 GMT 2024

Powered by FUDForum. Page generated in 0.03073 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top