Bazaar (formerly Bazaar-NG, commandline tool bzr) is a distributed revision control system sponsored by Canonical Ltd., designed to make it easier for anyone to contribute to free and open source software projects.
The development team's focus is on ease of use, accuracy and flexibility, with a particular focus on branching and merging. Bazaar can be used by a single developer working on multiple branches of local content, or by teams collaborati...
more
Bazaar (formerly Bazaar-NG, commandline tool bzr) is a distributed revision control system sponsored by Canonical Ltd., designed to make it easier for anyone to contribute to free and open source software projects.
The development team's focus is on ease of use, accuracy and flexibility, with a particular focus on branching and merging. Bazaar can be used by a single developer working on multiple branches of local content, or by teams collaborating across a network.
Bazaar is written in the Python programming language, with packages for major GNU/Linux distributions, Mac OS X and MS Windows. Bazaar is free software and part of the GNU project.
Bazaar commands are quite similar to those found in CVS or SVN, and a new project can be started and maintained without a remote repository server by invoking the bzr init command in a directory which a person wishes to version.
In contrast to purely distributed version control systems which don't use a central server, Bazaar supports working...
less