bzr - how to work with branches?

Hi, I’ve got one question about revision control with Bazaar. How should I work with branches in the meaning of pulling/merging other developer branches to my branch? I’m “used” to work with centralized revision control system (svn) and bzr is decentralized system. So I’m currently working on my own branch which was originally pulled/branched from http://bzr.calitko.org/calitko, but I can see that other developers have their own branches with their own changes. Should I regularly do merges with other developers branches and pushing them to my branch in calitko.org or should I just work only with mine branch? How could I know that somebody didn’t make the same change in the source code I did? When and how is the main branch updated?

Thanks for explanation, Petr

Would you like to post a relpy?


This post starts a thread.
Follow-ups:
Re: bzr - how to work with branches?
Hi Petr, Generally there is you cannot be sure that no one else is doing the same work you are currently doing. We have the trac tickets, which do not really (more...)