GNU Bazaar at Savannah

This page is for using bzr at Savannah. If you are here to learn how to use Bazaar in general, please see the upstream documentation

(Note: if you're using Bazaar 2.3 or earlier, your "real name" in your Savannah profile must not contain non-ASCII characters, so that the push command works: https://bugs.launchpad.net/bzr/+bug/659763 )

Setup at Savannah

To use Bazaar on Savannah, you first need to enable it for your group; then a cron job will create an empty repository, see VCS Intro.

Initial import - multi-branch repository

bzr init-repository bzr+ssh://YOU@bzr.sv.gnu.org/testyten/
cd YOUR_GROUP/
bzr init
bzr add .
bzr commit -m "Initial import"
bzr push bzr+ssh://YOU@bzr.sv.gnu.org/YOUR_GROUP/

Initial import - single branch repository

cd YOUR_GROUP/
bzr init
bzr add .
bzr commit -m "Initial import"
bzr push bzr+ssh://YOU@bzr.sv.gnu.org/YOUR_GROUP/YOUR_BRANCH/

GUIs

There are a few graphical user interfaces for Bazaar; the standard one is the Bazaar Explorer.