Bazaar-guide

From Java4c

It is a simple guide with experience of some weeks. Not from a developer of bazaar.

[edit] Init a bazaar repository

[edit] Simple local repository

A simple repository for local use can be created with command line

>bzr init

or with the GUI: "Bazaar - Start - Initalize", (x) Plain branch, [ENTER]

There will be a .bzr directory on the current directory. Now you can add and commit.

This simple local repository can be pushed to any global repository later.

[edit] Shared Repository local

GUI: "Bazaar - Start - Initalize", (x) Shared repository

Personal tools