Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <code>Feature branches</code> option of Bazaar Explorer creates a so-called <strong>Shared Repository</strong> and a single branch called <code>trunk</code> inside it (called a <strong>Repository Tree</strong>). In your example:</p> <ul> <li><code>_Source Control</code> == <strong>Shared Repository</strong></li> <li><code>_Source Control/trunk</code> == <strong>Repository Tree</strong></li> </ul> <p>The idea is that in this setup you can create multiple branches next to <code>trunk</code>, and they will store revision data efficiently, by sharing stuff in the shared repository, to put it in a nutshell.</p> <p>If you are a beginner, then don't worry about branches. At some point it will probably naturally come to you. For example you realize you want to do something experimental but you don't want to mess up your trunk. The obvious solution will be to create a branch.</p> <p>Now about your workflow:</p> <ul> <li><p>I think you can use the <code>bzr upload</code> plugin for both the staging site and the live site.</p></li> <li><p>To roll back your live site to a previous version, use <code>bzr upload -rREV --overwrite</code> where <code>REV</code> is the revision you want to rollback to. Using the <code>--overwrite</code> there looks dirty, and it probably is. But that's the only way it works for me, I think it's a bug in my version of the plugin (<code>1.0.1dev</code>), I suggest to try first without that flag.</p></li> <li><p>To fix the bug, no need to roll back locally, just fix the bug and confirm it, then upload again with <code>bzr upload</code> without the other flags to bring the website up to the latest version.</p></li> </ul> <p>There are many ways of working with Bazaar. You can implement a beautiful and sophisticated workflow, or use this somewhat dirty but simple and easy to understand workflow. Let me know if you have further problems.</p> <p>And no, you don't need <code>checkout</code> in the setup you described.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload