Это старая версия документа.


Bazaar

Bazaar является новой система управления версиями, спонсируемая Canonical, коммерческой компанией, стоящей за Ubuntu. В отличие от Subversion и CVS, которые поддерживают только модель центрального хранилища, Bazaar также поддерживает распределенное управление версиями (distributed version control), предоставляющее людям возможность сотрудничать более эффективно. В частности Bazaar создан для максимизации уровня участия сообщества в проектах с открытым кодом.

Установка

At a terminal prompt, enter the following command to install bzr:

sudo apt-get install bzr

Настройка

To introduce yourself to bzr, use the whoami command like this:

$ bzr whoami 'Joe Doe joe.doe@gmail.com'

Изучение 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:

$ bzr help

To learn more about the foo command:

$ bzr help foo

Интеграция с Launchpad

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.