integration of plugin in existing project and branch

Asked by moadin

Hi there,

I'm already developing in a eclipse project an I have files under Bazaar version control via command line in this project.
Now I installed the plugin, but I do not find any possibility to use it with the existing project and branch.

How can I get the plugin working afterwards?

Greetings

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Plugin for Eclipse Edit question
Assignee:
No assignee Edit question
Solved by:
Guillermo Gonzalez
Solved:
Last query:
Last reply:
Revision history for this message
Best Guillermo Gonzalez (verterok) said :
#1

Hi,
    If you project folder is the branch root or is below the branch root: richt click --> Team --> Share Project
    In case the versioned files are in a subfolder of the project, and this folder is the branch root, there is no way to activate the plugin for this layout (actually, I don't known if any VCS plugin can do that).

Revision history for this message
moadin (moadin) said :
#2

Hi,

works fine! Sorry, didn't have my eyes open... :-)
Thanks for nice eclipse plugin!

moadin

Revision history for this message
moadin (moadin) said :
#3

Thanks Guillermo Gonzalez, that solved my question.

Revision history for this message
Stephen O'Neill (squid-thefloatingfrog) said :
#4

Thanks Guillermo, that answered my question albeit not the answer I wanted.

We have branches from different repositories that we wanted to appear as a single project. As you say, this might not be possible for any plugin within eclipse. Should I go upstream to the eclipse team to discuss this? I might also try out subclipse to check that they don't support that workflow for comparison.