Which branch is for me?
Since we haven't had an actual release yet everyone should be using trunk in the near future we will have a stable branch for users.
Developers should branch from trunk.
Development branches focus on particular features or infrastructure of Zookeepr. They are generally unstable and should be used only for development.
See the Bazaar for how to get bzr. Once you have bzr installed on your system:
Getting a branch for development
Basically just sign up for an account on launchpad.net, go to the project and select "register branch" (https://code.launchpad.net/zookeepr/+addbranch). Once you are done making your changes in the branch. Once you have registered your branch zookeepr will provide you with instructions on how to pull and push to your personal development copy. Once you are done making your changes in the branch, please select "propose for merging" where somebody on the core team will merge it into the trunk from where you may make another branch and continue going ;).
Getting a branch for deployment
Simply branch the main trunk of zookeepr to your computer: (packages may be available in the future)
$ bzr branch lp:zookeepr zookeepr.trunk
Branches
All our branches can now be found on launchpad. If you want to being development you should register you branch there.