Multiple projects in repository

Asked by Duvel

I was trying to switch to Bazaar for my projects and I succeeded to get Bazaar and the Eclipse-plugin working. Then I went on converting my current SVN repository to Bazaar and to get these into Eclipse. But alas, I didn't succeed.

In my repository I have two different Eclipse-projects and it looks like it is not possible to get these as seperate projects into Eclipse.

Under the supported Eclipse features it says: Basic (and experimental) support for multiple projects in the same branch (branch below project root).

Is anywhere any documentation available on how to do this?

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,
Yes it's partially supported, but there is no UI inplace to directly branch and create multiple projects.

What you should do is:
 1) branch from your repository (from command line or eclipse itself)
 2) import the projects under the branch from: File --> import -> existing projects into workspace
 3) in each project: right click --> share project.

Regards,

Revision history for this message
Duvel (remco-dieselwalm) said :
#2

Yup, now I got it to work and can I continue testing with Bazaar.

Thanks for the fast reply!

Greetz,

Remco

Revision history for this message
Duvel (remco-dieselwalm) said :
#3

Thanks Guillermo Gonzalez, that solved my question.