You are on page 1of 1

2/28/2014

Bazaar

Bazaar
Bazaar is a new version control system sponsored by Canonical, the commercial company behind Ubuntu. Unlike Subversion and CVS that only support a central repository model, Bazaar also supports distributed version control, giving people the ability to collaborate more efficiently. In particular, Bazaar is designed to maximize the level of community participation in open source projects. Installation Configuration Learning Bazaar Launchpad Integration

Installation
At a terminal prompt, enter the following command to install bzr: s u d oa p t g e ti n s t a l lb z r

Configuration
To introduce yourself to bzr, use the whoami command like this: $b z rw h o a m i' J o eD o e< j o e . d o e @ g m a i l . c o m > '

Learning Bazaar
Bazaar comes with bundled documentation installed into /usr/share/doc/bzr/html by default. The tutorial is a good place to start. The bzr command also comes with built-in help: $b z rh e l p To learn more about the foo command: $b z rh e l pf o o

Launchpad Integration
While highly useful as a stand-alone system, Bazaar has good, optional integration with Launchpad, the collaborative development system used by Canonical and the broader open source community to manage and extend Ubuntu itself. For information on how Bazaar can be used with Launchpad to collaborate on open source projects, see http://bazaar-vcs.org/LaunchpadIntegration.

https://help.ubuntu.com/12.04/serverguide/bazaar.html

1/1

You might also like