Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think the step of pulling from the trunk to remote user branches is simply pointless.</p> <p>In any case the <code>pull</code> operation is defined only for local branches. Triggering a <code>pull</code> in a remote branch would mean <code>ssh server bzr pull -d path/to/branch</code>, in other words you always need shell access (local or remote) to the branch you want to <code>pull</code> to.</p> <p>Pulling to remote user branches seems pointless because the users could pull directly to their local branches instead. Your setup could be reworked like this:</p> <blockquote> <p>Have a main trunk branch and various other feature and personal branches in a bazaar repository. The developer then branches from trunk to his machine, edits, commits (or branches additional branches as needed) and then can push the branch to his personal remote branch. Later on a gatekeeper can pull the personal branches and merge them into the main trunk.</p> </blockquote> <p>At any point, the developers could merge from the trunk to get new changes that have been merged by the gatekeeper since they started working in their local branches.</p> <p>Comment if you think this would not accomplish the same.</p> <p>If you really want to update remote branches without shell access, <code>push</code> is the only way. You <em>could</em> do an automated push on all remote personal branches triggered by new revisions in the trunk, but as explained above it would be pointless. If the users want to sync from the trunk, they should just sync from the trunk.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload