Sandboxes can be used for many things, and one of the things they will be used for is for teams collaborating on larger projects, or adding large features to existing modules, etc.
In that situation we have a couple of new complexities:
- We (possibly) have multiple collaborators who can commit.
- If this is a feature of an existing project we will occasionally have to sync it up with that project so we don't have a massive soul-crushing merge when the time comes to do so.
This is one possible workflow for this situation:
- Create a new sandbox on drupal.org. Mine will be named my_views_feature, and it will be a new feature for the views project. The commmitter URL will be ssh://[email protected]:2222/sandbox/rfay/1056659.git.