Working with local bzr repos?

Asked by BeowulfOF

Is there a way to handle local bzr repositories with groundcontrol, or does it only handle projects downloaded from launchpad?

Question information

Language:
English Edit question
Status:
Solved
For:
Ground Control Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Owens
Solved:
Last query:
Last reply:
Revision history for this message
Best Martin Owens (doctormo) said :
#1

It should handle local repositories so long as you do the checkout yourself and set the push path in ~/.bzr/branch/branch.conf

This should allow you to use ground control with that checkout.

Otherwise, we may need to think about how to integrate the ability to load arbitrary branches.

Revision history for this message
BeowulfOF (beowulfof) said :
#2

Well, actually it seems to work out of the box, even without the push-path set.

I hope you do support the local use of bzr in your future development vor GroundControl, since it is a great tool for simply working with it... a lot better than the other GUIs, as I do think.

Revision history for this message
BeowulfOF (beowulfof) said :
#3

Thanks Martin Owens, that solved my question.