= Notes on this repository -- Bazaar/bzr notes :toc: :sectnums: == Remote branches via ssh To make a branch from crow, I did, e.g., on quail: ---------- $ bzr branch bzr+ssh://dkuhlman@crow/~/b1/Datasci/Bzr/data-sci-text ---------- Now update this branch on quail with the following: ---------- $ cd data-sci-text $ bzr merge ---------- And, to get info and the remote address, do: ---------- $ bzr info ---------- == Remote branches via the bzr server On crow, do: ---------- $ cd Reviews $ bzr serve ---------- Then on the remote machine do: ---------- $ bzr branch new_reviews_branch ---------- To update/merge changes, first commit on crow (the source), then start server in the Reviews directory/repo, then: ---------- $ cd Reviews $ bzr merge bzr://crow.local ---------- == Book reviews -- Remote branches via the Bazaar/bzr server On crow, do: ---------- $ cd Bzr/Reviews $ bzr serve ---------- Then, on quail, do: ---------- $ cd Bzr/Reviews $ bzr merge ---------- == Data science document -- Remote branches via ssh To make a branch from crow, I did: ---------- $ bzr branch bzr+ssh://dkuhlman@crow/~/b1/Datasci/Bzr/data-sci-text ---------- Now update this branch on quail with the following: ---------- $ cd data-sci-text $ bzr merge ---------- And, to get info and the remote address, do: ---------- $ bzr info ---------- // vim:ft=asciidoc: