Software:GNU Bazaar

From HandWiki
GNU Bazaar
Bazaar logo
Original author(s)Martin Pool
Developer(s)Canonical and community
Initial release26 March 2005; 19 years ago (2005-03-26)[1]
Final release2.7.0 (15 February 2016; 8 years ago (2016-02-15)) [±][2]
Repositorycode.launchpad.net/bzr
Written inPython 2, Pyrex (optional), C
Operating systemCross-platform
SuccessorBreezy
TypeDistributed and Client–server revision control system
LicenseGPL-2.0-or-later[3]
Websitebazaar.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 Linux distributions, Mac OS X and Microsoft Windows. Bazaar is free software and part of the GNU Project.[4][5]

Features

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.[6]

In contrast to purely distributed version control systems which do not use a central server, Bazaar supports working with or without a central server.[clarification needed] 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.[7] This allows users to branch from another system (such as Subversion[8]), 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[9] and Mercurial.[10] Bazaar also allows for interoperation with many other systems (including CVS, Darcs, Git, Perforce, Mercurial) by allowing one to import/export the history.[11]

Bazaar supports files with names from the complete Unicode set. It also allows commit messages, committer names, etc. to be in Unicode.

History

Baz: an earlier Canonical version control system

The name "Bazaar" was originally used by a fork of the GNU arch client tla. This fork is (As of 2008) called Baz to distinguish it from the current Bazaar software.[12] Baz was announced in October 2004 by Canonical employee Robert Collins[13] and maintained until 2005, when the project then called Bazaar-NG (the present Bazaar) was announced as Baz's successor.[14] Baz is now unmaintained and Canonical declared it deprecated.[15][16] The last release of Baz was version 1.4.3, released October 2005.[17] A planned 1.5 release of Baz was abandoned in 2006.[18]

Bazaar

In February 2005, Martin Pool, a developer who had previously described and reviewed a number of revision control systems in talks and in his weblog, announced that he had been hired by Canonical and tasked with "build[ing] a distributed version-control system that open-source hackers will love to use."[19] A public website and mailing list were established in March 2005 and the first numbered pre-release, 0.0.1, was released on 26 March 2005.[20][21][22]

Bazaar was conceived from the start as a different piece of software from both GNU arch and Baz. It has a different command set and is a completely different codebase and design. Bazaar was originally intended as a test-bed for features to be later integrated into Baz, but by mid-2005 many of the major Baz developers had begun working primarily on Bazaar directly and Baz was abandoned.[16]

Version 1.0 of Bazaar was released in December 2007.[23] In February 2008, Bazaar became a GNU Project.[4] In April 2012 Martin Pool left Canonical[24] and the pace of development of the project slowed.[25] According to Jelmer Vernooij the members of Canonical's Bazaar team were assigned to different tasks in early 2012 and he himself stepped down from contributing to Bazaar at the end of 2012, after 7 years of contributing to the project.[26] In March 2013 a discussion on the GNU Emacs mailing list started about whether Bazaar is still effectively maintained and if Emacs should move to another version control system.[27] In January 2014 Eric Raymond proposed and coordinated a transition of GNU Emacs from Bazaar to the git version control system.[28] This transition was completed in November 2014.[29] Likewise, the Bugzilla project retired Bazaar in favor of git in March 2014 for multiple reasons, one of them being the impression that Bazaar was almost dead: "There are maybe 2-3 commits to trunk every month. The time to fix bugs in Bazaar also seems to be quite long, generally."[30]

Version 2.7.0 was released in February 2016.[31]

Breezy

Bazaar was forked as Breezy in 2017 to allow backwards-incompatible changes to be made, such as migrating from Python 2 to Python 3 and dropping support for older versions of Windows.[32]

Adoption

Source code hosting

The following websites provide free source code hosting for Bazaar repositories:

Projects using Bazaar

Prominent projects that have used Bazaar for version control include:

See also

  • Breezy
  • Distributed revision control
  • Comparison of revision control software
  • Comparison of open source software hosting facilities
  • The Cathedral and the Bazaar (source of the name)

References

  1. "bzr 0.0.1 released". https://lists.ubuntu.com/archives/bazaar/2005q1/000014.html. 
  2. https://launchpad.net/bzr/+announcement/13860
  3. "What is Bazaar?". http://wiki.bazaar.canonical.com/Welcome. "Bazaar is an official GNU project, licensed under the GPLv2 or later, at your option." 
  4. 4.0 4.1 Pool, Martin (2008-02-26). "Bazaar is now a GNU project". bazaar-announce (Mailing list). Archived from the original on 13 April 2016. Retrieved 2008-05-23.
  5. Pool, Martin (2008-05-21). "Bazaar becomes a GNU project". info-gnu (Mailing list). Archived from the original on 3 March 2016. Retrieved 2008-05-23.
  6. "bzr man page". http://linux.die.net/man/1/bzr. 
  7. Vernooij, Jelmer; John Meinel (2007-06-15). "BzrForeignBranches". http://bazaar-vcs.org/BzrForeignBranches. 
  8. Vernooij, Jelmer; Mark Lee (2007-06-07). "BzrForeignBranches/Subversion". http://bazaar-vcs.org/BzrForeignBranches/Subversion. 
  9. "bzr git support plugin in Launchpad". https://launchpad.net/products/bzr-git. 
  10. "The Bazaar Hg Plugin in Launchpad". https://launchpad.net/products/bzr-hg. 
  11. "fastimport documentation". http://doc.bazaar.canonical.com/plugins/en/fastimport-plugin.html. 
  12. Pool, Martin; Matthieu Moy (2007-03-09). "Branding". http://bazaar-vcs.org/Branding. 
  13. Collins, Robert (2004-10-29). "Announce: Bazaar". Gnu-arch-users (Mailing list). Archived from the original on 3 March 2016. Retrieved 2007-06-16.
  14. Moy, Matthieu (2005-08-20). "Future of GNU Arch, bazaar and bazaar-ng ... ?". bazaar-old (Mailing list). Archived from the original on 17 August 2014. Retrieved 2007-06-16.
  15. "Baz1x - Bazaar Version Control". 2006-07-24. http://bazaar-vcs.org/Baz1x. 
  16. 16.0 16.1 Arbash Meinel, John; Aaron Bentley (2006-07-26). "HistoryOfBazaar". http://bazaar-vcs.org/HistoryOfBazaar. 
  17. Moy, Matthieu (2005-10-25). "ReleaseNotes1.4.3". http://bazaar-vcs.org/ReleaseNotes1.4.3. 
  18. Collins, Robert (2006-06-30). "releasing 1.5". bazaar-old (Mailing list). Archived from the original on 12 May 2011. Retrieved 2007-06-16.
  19. Pool, Martin (2005-02-01). "sourcefrog: A beginning". http://sourcefrog.net/weblog/personal/at-canonical.html. 
  20. Pool, Martin (2005-03-23). "(test)". bazaar (Mailing list). Archived from the original on 3 March 2016. Retrieved 2008-05-23.
  21. Bentley, Aaron (2005-03-23). "Re: State of the Arches". gnu-arch-users (Mailing list). Archived from the original on 3 March 2016. Retrieved 2008-05-23. For completeness, it's probably worth mentioning that bazaar-ng (www.bazaar-ng.org) is another rcs system sponsored by Canonical
  22. Pool, Martin (2005-03-26). "bzr 0.0.1 released". bazaar (Mailing list). Archived from the original on 3 March 2016. Retrieved 2008-06-12.
  23. "Canonical Releases Version 1.0 of Bazaar Version Control Tool for Efficient Developer Collaboration" (Press release). Canonical. 2007-12-14. Archived from the original on 12 May 2008. Retrieved 2008-05-23.
  24. Pool, Martin (2012-04-12). "leaving Canonical". bazaar (Mailing list). Archived from the original on 4 March 2016. Retrieved 2012-12-09.
  25. Corbet, Jonathan (2012-09-11). "Bazaar on the slow track". LWN.net. https://lwn.net/Articles/515652/. 
  26. Vernooij, Jelmer (2012-12-19). "Bazaar-NG: 7 years of hacking on a distributed version control system". http://stationary-traveller.eu/pages/bzr-a-retrospective.html. 
  27. "On the subject of Git, Bazaar, and the future of Emacs development". emacs-devel. 26 March 2013. https://lists.gnu.org/archive/html/emacs-devel/2013-03/threads.html#00776. 
  28. "bzr is dying; Emacs needs to move". emacs-devel. 1 January 2014. https://lists.gnu.org/archive/html/emacs-devel/2014-01/msg00005.html. 
  29. "Emacs git conversion is done". http://esr.ibiblio.org/?p=6524. 
  30. "Bugzilla:Migrating to git - MozillaWiki". 19 March 2014. https://wiki.mozilla.org/Bugzilla:Migrating_to_git. 
  31. Wilbur, Richard (15 February 2016). "2.7.0 released". Canonical. https://launchpad.net/bzr/+announcement/13860. 
  32. "Plans for Bazaar". https://lists.ubuntu.com/archives/bazaar/2017q2/076170.html. 
  33. "WhyChooseSavannah". https://savannah.gnu.org/maintenance/WhyChooseSavannah/. 
  34. "SourceForge Support / Documentation / Bazaar". https://sourceforge.net/p/forge/documentation/Bazaar/. 
  35. "Armagetron Advanced Downloads". http://armagetronad.net/downloads.php. 
  36. "Beautiful Soup website". https://www.crummy.com/software/BeautifulSoup/. 
  37. "Ubuntu in Launchpad". Canonical. http://launchpad.net/ubuntu. 

External links