[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-dev] Listener API for SVN actions / Logical Model Integration API

From: H. Meyer <subversivesvn-9999-exp_at_sblk.de>
Date: 2007-07-16 13:14:27 CEST

Hi,

I was wondering whether Subclipse offers any API which would allow other
plugins to register listeners for SVN actions. I.e. to get a callback
before/after update/commit/checkout/checkin or to participate in file
merges.

It also seems as if Subclipse does not support the Eclipse Team API for
Logical Model Integration
(http://help.eclipse.org/help33/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/team_model.htm).
Is support for this API planned? Is there maybe any Subclipse specific
API which can be used to achieve the same end?

I am asking because a plugin on which I am currently working requires a
certain degree of control over team actions. It creates a special data
file for each Java source file. Those special data files must always be
checked-out/checked-in with the corresponding Java source files as they
contain valuable additional information pertaining to the source files.
They also require special handling during merges (the Java source files
can be merged as always, but the special data files need to use special
merging code).
The Eclipse Team API for Logical Model Integration seems to support
this. Special Subclipse specific listener callbacks might also do the trick.

Thanks
H. Meyer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Mon Jul 16 13:13:49 2007

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.