89.1 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.



Your donation will support ongoing availability and give you access to the PDF version of this book. Desktop Survival Guides include Data Science, GNU/Linux, and MLHub. Books available on Amazon include Data Mining with Rattle and Essentials of Data Science. Popular open source software includes rattle, wajig, and mlhub. Hosted by Togaware, a pioneer of free and open source software since 1984. Copyright © 1995-2022 Graham.Williams@togaware.com Creative Commons Attribution-ShareAlike 4.0