*** Welcome to piglix ***

GNU bzr

GNU Bazaar
Bazaar logo
Original author(s) Martin Pool
Developer(s) Canonical and community
Initial release 26 March 2005; 12 years ago (2005-03-26)
Stable release 2.7.0 (15 February 2016; 14 months ago (2016-02-15))
Preview release 2.6b2 (24 July 2012; 4 years ago (2012-07-24))
Repository code.launchpad.net/bzr
Development status Active
Written in Python 2, Pyrex (optional), C
Operating system Cross-platform
Type Distributed and Client–server revision control system
License GPLv2 or later
Website bazaar.canonical.com

GNU Bazaar (formerly Bazaar-NG, command line tool bzr) is a distributed and client–server revision control system sponsored by Canonical.

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 Microsoft Windows. Bazaar is free software and part of the GNU Project.

Bazaar commands are similar to those found in CVS or Subversion. A new project can be started and maintained without a remote repository server by invoking bzr init in a directory which a person wishes to version.

In contrast to purely distributed version control systems which do not use a central server, Bazaar supports working with or without a central server. It is possible to use both methods at the same time with the same project. The websites Launchpad and Sourceforge provide free hosting service for projects managed with Bazaar.

Bazaar has support for working with some other revision control systems. This allows users to branch from another system (such as Subversion), make local changes and commit them into a Bazaar branch, and then later merge them back into the other system. Read-only access is also available for Git and Mercurial. Bazaar also allows for interoperation with many other systems (including CVS, Darcs, Git, Perforce, Mercurial) by allowing one to import/export the history.


...
Wikipedia

...