Bazaar-guide

From Java4c

(Difference between revisions)
194.138.39.61 (Talk)
(Created page with 'It is a simple guide with experience of some weeks. Not from a developer of bazaar. ==Init a bazaar repository== ===Simple local repository=== A simple repository for local useā€¦')

Current revision as of 15:49, 23 February 2011

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