Bazaar (software)

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Bazaar
Bazaar logo
Design by Martin Pool
Developed by Canonical Ltd. and community
Initial release 14 December 2007
Latest release 1.13.1 / 2009-03-23; 15 days ago
Written in Python
Operating system Cross-platform
Development status Active
Type Distributed revision control system
License GNU General Public License
Website http://bazaar-vcs.org

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[citation needed]. 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 MS Windows. Bazaar is free software and part of the GNU project.[1][2]

Contents

[edit] Features

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

In contrast to purely distributed version control systems which don't 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.[4] 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. Bazaar has basic support for Subversion with the bzr-svn plugin.[5] There is also beginnings of support for both Mercurial[6] and Git.[7] Currently these are not feature complete, but are complete enough to show a graphical history.

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

[edit] Plugins

The Windows installer includes BzrTools, bzr-svn, QBzr and TortoiseBZR by default.

[edit] Users

Prominent projects that use Bazaar for version control include: GNU Mailman[8][9], MySQL[10], Gnash, Squid, GNUpdf and the GNOME bindings for Java[8][11]

[edit] History

[edit] Baz: an earlier Canonical Ltd version control system

The name "Bazaar" was originally used by a fork of the GNU arch client tla. This fork is now called Baz to distinguish it from the current Bazaar software.[12] Baz was announced in October 2004 by Canonical Ltd 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 considers 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]

[edit] 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 Ltd. 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 March 26 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. It was designed to build on the best ideas from a variety of other open source revision control systems under development at the time, without some of their historical decisions[citation needed]. 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, so Baz was abandoned instead.[16]

Version 1.0 of Bazaar was released in December 2007.[23] In February 2008, Bazaar became a GNU project.[1]

[edit] See also

[edit] References

  1. ^ a b Pool, Martin (2008-02-26). "Bazaar is now a GNU project". bazaar-announce mailing list. https://lists.ubuntu.com/archives/bazaar-announce/2008-February/000135.html. Retrieved on 2008-05-23. 
  2. ^ Pool, Martin (2008-05-21). "Bazaar becomes a GNU project". info-gnu mailing list. http://lists.gnu.org/archive/html/info-gnu/2008-05/msg00012.html. Retrieved on 2008-05-23. 
  3. ^ bzr man page
  4. ^ Vernooij, Jelmer; John Meinel, Olad Conradi, Martin Pool, Wouter Van Heyst, Aaron Bentley (2007-06-15). "BzrForeignBranches". http://bazaar-vcs.org/BzrForeignBranches. Retrieved on 2007-06-21. 
  5. ^ Vernooij, Jelmer; Mark Lee, Neil Martinsen-Burrell, Robert Collins, Alexandre Vassalotti, Stijn Hoop (2007-06-07). "BzrForeignBranches/Subversion". http://bazaar-vcs.org/BzrForeignBranches/Subversion. Retrieved on 2007-06-21. 
  6. ^ The Bazaar Hg Plugin in Launchpad
  7. ^ bzr git support plugin in Launchpad
  8. ^ a b "Projects using Bazaar". Canonical Ltd. 2008-04-28. http://bazaar-vcs.org/WhoUsesBzr. Retrieved on 2008-05-23. 
  9. ^ "Mailman source code branches". 2007-12-04. http://wiki.list.org/display/DEV/MailmanBranches. Retrieved on 2008-05-23. 
  10. ^ Arnö, Kaj (2008-06-19). "Verson Control: Thanks, BitKeeper - Welcome, Bazaar". http://blogs.mysql.com/kaj/2008/06/19/version-control-thanks-bitkeeper-welcome-bazaar/. Retrieved on 2008-06-19. 
  11. ^ Operational Dynamics Pty Ltd. "Get java-gnome!". http://java-gnome.sourceforge.net/4.0/get/. Retrieved on 2008-05-23. 
  12. ^ Pool, Martin; Matthieu Moy and Matthew Hannigan (2007-03-09). "Branding". http://bazaar-vcs.org/Branding. Retrieved on 2007-06-16. 
  13. ^ Collins, Robert (2004-10-29). "Announce: Bazaar". Gnu-arch-users mailing list. http://lists.gnu.org/archive/html/gnu-arch-users/2004-10/msg00712.html. Retrieved on 2007-06-16. 
  14. ^ Moy, Matthieu (2005-08-20). "Future of GNU Arch, bazaar and bazaar-ng ... ?". bazaar-old mailing list. https://lists.ubuntu.com/archives/bazaar-old/2005-August/000105.html. Retrieved on 2007-06-16. 
  15. ^ "Baz1x - Bazaar Version Control". 2006-07-24. http://bazaar-vcs.org/Baz1x. Retrieved on 2008-01-17. 
  16. ^ a b Arbash Meinel, John (2006-07-26). "HistoryOfBazaar". http://bazaar-vcs.org/HistoryOfBazaar. Retrieved on 2008-02-20. 
  17. ^ Moy, Matthieu (2005-10-25). "ReleaseNotes1.4.3". http://bazaar-vcs.org/ReleaseNotes1.4.3. Retrieved on 2007-06-16. 
  18. ^ Collins, Robert (2006-06-30). "releasing 1.5". bazaar-old mailing list. https://lists.ubuntu.com/archives/bazaar-old/2006-June/000531.html. Retrieved on 2007-06-16. 
  19. ^ Pool, Martin (2005-02-01). "sourcefrog: A beginning". http://sourcefrog.net/weblog/personal/at-canonical.html. Retrieved on 2008-05-23. 
  20. ^ Pool, Martin (2005-03-23). "(test)". bazaar mailing list. https://lists.ubuntu.com/archives/bazaar/2005q1/000002.html. Retrieved on 2008-05-23. 
  21. ^ Bentley, Aaron (2005-03-23). "Re: State of the Arches". gnu-arch-users mailing list. http://lists.gnu.org/archive/html/gnu-arch-users/2005-03/msg00262.html. Retrieved on 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. https://lists.ubuntu.com/archives/bazaar/2005q1/000014.html. Retrieved on 2008-06-12. 
  23. ^ Canonical Ltd (2007-12-14) (in English) (HTML). Canonical Releases Version 1.0 of Bazaar Version Control Tool for Efficient Developer Collaboration. Press release. http://www.ubuntu.com/news/bazaar-v1-release. Retrieved on 2008-05-23. 

[edit] External links

Personal tools