Proprietary project, group subscribed to branch can't push

Asked by Dylan Millikin

Hi,

I'm continuing with proprietary related content management issues,
If you subscribe a group to a branch in a proprietary project, they can pull this branch but not push to it. This behaviour is actually desired so no issue there.
The problem is that this group can't push to the project either (ie: bzr push lp:~username/fooproject/fooexplanation )
In essence they have no way of applying modifications and sending them back for merge reviews and such.
Is this desired? have I missed an option somewhere or is this just not possible?

The only workaround I can come up with is to have them submit patches to bugs, but this only covers changes related to bugs, if there is no bug or blueprint set up there are no other options.

Thanks in advance for your help.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Dylan Millikin
Solved:
Last query:
Last reply:
Revision history for this message
William Grant (wgrant) said :
#1

Only users who have read access to all proprietary branches can create new ones. However, any user can push changes to existing branches that they or one of their teams own, so you can set up a shared branch that they can push modifications to.

Revision history for this message
Dylan Millikin (dylan-millikin) said :
#2

Thanks William that's exactly the kind of information I was looking for!!