This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Bazaar plugin for Code Composer

I want to use Bazaar, our version control system, from within Code Composer. However, there is a bzr plugin for Eclipse: http://wiki.bazaar.canonical.com/BzrEclipse/Installation

I'm using TI Code Composer 4.2.3.00004 (based on Eclipse 3.1). If I follow the installation instructions (http://wiki.bazaar.canonical.com/BzrEclipse/Installation) of bzr Eclipse (1.1.1.210) plugin, I am able to do this up to step 11, restart Eclipse/Code Composer. But If I look to "Window --> Preferences --> Team --> Bazaar" as suggested in the next step, there is no entry of Bazaar in this list.

So what can I do?

  • Andre,

    Although CCSv4 is based in Eclipse, several modifications to both Eclipse and CDT were necessary to add functionality and fix bugs (check here). This breaks compatibility with certain third party plugins, especially if they interact with the debugger.

    Unfortunately it seems that's the case with the bazaar plugin, therefore you have two options: either try a version compatible with Eclipse 3.2 (some components are based on this rev) or give CCSv5 a try (it is based on the current Eclipse version).

    Just FYI, several popular plugins are listed in this page.

    Hope this helps,

    Rafael

  • Thanks for your answer, I will try v5! :)