Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Re: Subversive support

Thomas Spiessens wrote:

Do you mean that the user will have to select which one of the Buckminster Subversion plugins needs to be installed when he/she installs Buckminster ?
Yes, absolutely. Since they in turn have dependencies to either subclipse or subversive.


Example scenario:
A user installs Buckminster and just selects all of the features (thus, including both the Subversive and Subclipse reader types). Then he uses a cquery that uses the "svn" readerType and the code randomly selects the Subclipse reader type, but the user has only the Subversive plugin installed in his Eclipse IDE. Doesn't this lead to an error ?
The Plugin Manager will not let you install the Subclipse reader type unless you also install the Subclipse plugins that it is dependent on (or have it installed already). I believe the same thing is true for the Subversive reader. So no, there will be no error, just random behavior.

Regards,
Thomas Hallgren


Back to the top