Development Workflow

Photo CC licensed by oedipusphinx I've been working for canonical for about four and a half months now. One of the things that I've been really impressed with is the workflow for development and the process for how new features end up in trunk. The workflow is as follows: Feature…

Dealing with Text Conflicts in Bazaar Version Control

This post is a follow-on from a previous post that formed a basic introduction to Bazaar version control. If you'd like to find out more about Bazaar then you can also read about it on the official Bazaar website There will come a time in any project when you will…

Bazaar Version Control

With the development of TweetyPy I've moved to using Bazaar for version control. Bazaar is written in Python so it will work as expected cross-platform. Bazaar is different from a typical version control because it doesn't rely on having one centralised repository instead it operates on a de-centralised model. You…