Bazaar

Bazaar is a distributed source code versioning system, a set of tools for maintaining text (in this case, the source code for GNU Enterprise) and keeping track of all the changes.

The GNU Enterprise Bazaar repository is publicly accessible. There are several ways to access the repository:

Normal Bazaar command line tools

To access Bazaar...

  $ bzr branch bzr://bzr.savannah.gnu.org/gnue

Developer Access

GNU Enterprise Developer can access the repository with the following command.

  $ bzr branch bzr+ssh://@bzr.savannah.gnu.org/gnue

GNUe Home

Developer's Corner