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

RE: Re: AW: Re: Issue Tracker Integration

From: Wyss Clemens (Helbling Technik) <clemens.wyss_at_helbling.ch>
Date: Thu, 3 Jan 2008 07:30:13 +0100

Roger Lipscombe wrote:
>But you can implement COM objects in C#
sure, but if tsvn would have been C#, then I would have opted for a
plugin-mechanism(making use of reflection to detect the interface
implementing class(es)), instead of COM.

Would it make sense to provide the COM object a callback interface back
into tsvn? For example to gather the wc owner, bugtraq-settings, etc?

interface TSVNCallback
{
        RepoOwnerTO WCOwner(string repoName);
        string GetBugtraqSetting(string key);
        ...
}

Also: the question still remains, whether the issue selection GUI should
be implemented by tsvn(making the plugin a plain adapter) or by the
plugin. In the end tsvn needs the issue-id's being selected by the
user...

I would have loved to help out with this integration, but I only know
C#(Smalltalk, Java, Ruby and Python) ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-01-04 03:18:31 CET

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

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