I need to create bazaar workspace for 4 developers.
Each developer will work on its local computer and will have branch from its local branch to a network location that will be updated each commit (with the help of auto-mirror plugin).
In addition , one branch on network used for formal versions that being "pushed" by the integrator
Currently i'm using shared repository for my workspace (both in local and network) and all is working well.
But i'm still dont understand two things:
- What is the differences between shared repository concept to colocated branches and stacked branches. are they better fit for my workspace?
- is the only difference between shared repository and feature branches is that feature branches auto create the trunk branch inside the shared repository?