Fossil

Diff
Login

Diff

Differences From Artifact [4e2a98574d]:

To Artifact [07c0b2bfc7]:


117
118
119
120
121
122
123








124
125
126
127
128
129
130
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138







+
+
+
+
+
+
+
+







    <b>[/help/branch | fossil branch]</b><br>
    </blockquote>

    <p>Note that Fossil allows you to make multiple check-outs in
    separate directories from the same repository.  This enables you,
    for example, to do builds from multiple branches or versions at 
    the same time without having to generate extra clones.</p>

    <p>To switch a checkout between different versions and branches,
    use the [/help/checkout | checkout] or [/help/update | update]
    commands. [/help/update | update] honors the "autosync" option
    and does a "soft" switch, merging any local changes into the
    target version, whereas [/help/checkout | checkout] does not
    sync and does a "hard" switch, potentially overwriting local
    changes (after prompting).</p>

<h2>Configuring Your Local Repository</h2>
    
    <p>When you create a new repository, either by cloning an existing
    project or create a new project of your own, you usually want to do some
    local configuration.  This is easily accomplished using the web-server
    that is built into fossil.  Start the fossil webserver like this: