How to use the plugin if the repository is not within the Eclipse workspace?

Asked by André Bachmann

We are using TI Code Composer v5, which is an Eclipse 3.7 with some additions. The installation of bzr-eclipse plugin works fine.
But we are only able to create a bzr repository within the workspace of Eclipse, not outside of it. Usually our repositories are on a network share, so we want these also to be there. How can we do this?

Question information

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

This doesn't fix the problem, but in the meantime, you could use bzr push to push your changes to the network share repository.

Revision history for this message
André Bachmann (andrebachmann-dd) said :
#2

Thanks for this, now we automatically push to our network share when we commit.

Revision history for this message
André Bachmann (andrebachmann-dd) said :
#3

Thanks xaav, that solved my question.