Go to TogaWare.com Home Page. GNU/Linux Desktop Survival Guide
by Graham Williams
Duck Duck Go



CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE

Bazaar

20190307 A bazaar server can be set up on your own server. Let's say it is hosted on the server locally known as ganesha ([*]) but also known to the wider world as bazaar.togaware.com ([*]) from where the repositories can be accessed. To create a new repository on ganesha ([*]):

  $ mkdir /bzr/siatrf
  $ cd /bzr/siatrf
  $ bzr init

Then on another computer where we might be doing our development work, perhaps with hostname nyx ([*]):

  $ bzr checkout bzr+ssh://bazaar.togaware.com/bzr/siatrf/ siatrf
  $ cd siatrf
  $ touch Makefile
  $ bzr add Makefile
  $ bzr commit -m "Initial import"

To control user access to the repository we can use the file system persmissions.


Support further development by purchasing the PDF version of the book.
Other online resources include the Data Science Desktop Survival Guide.
Books available on Amazon include Data Mining with Rattle and Essentials of Data Science.
Popular open source software includes rattle and wajig.
Hosted by Togaware, a pioneer of free and open source software since 1984.
Copyright © 1995-2020 Togaware Pty Ltd. Creative Commons ShareAlike V4.