Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-team-dev] catching 'completed commit' event


Edyta,

There is no general Team API to receive commit notification and this is not something we are looking at providing in the foreseeable future.

Michael



"Kalka, Edyta" <Edyta.Kalka@xxxxxxxxxxxxxxxx>
Sent by: platform-team-dev-bounces@xxxxxxxxxxx

08/25/2006 09:08 AM

Please respond to
Generic team support framework <platform-team-dev@xxxxxxxxxxx>

To
<platform-team-dev@xxxxxxxxxxx>
cc
Subject
[platform-team-dev] catching 'completed commit' event





Hi,
 
I’m working on Eclipse Corona project. I have a problem with catching notification of completed commit action to remote repository.
I’ve tried registration of ISubscriberChangeListener instance within (cvs) workspace subscriber (is this valid attempt?).
Checking only if the SYNC_CHANGE flag of the SubscriberChangeEvent is set - I receive notifications both when cvs commit or update takes place and build takes place. Additionally filtering resources with derived flag set to true – I receive only events connected with cvs commit or update but I don’t know how to distinguish them (?).
 
My question: what is the best way using team core (not internal cvs) API of catching ‘completed commit’ event?
 
Best regards
Edyta Kalka

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. _______________________________________________
platform-team-dev mailing list
platform-team-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-team-dev


Back to the top