26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
<p>Clone a remote repository as follows:</p>
<blockquote>
<b>fossil clone</b> <i>URL repository-filename</i>
</blockquote>
<p>The <i>URL</i> above is the http URL for the fossil repository
you want to clone. You can call the new repository anything you
want - there are no naming restrictions. As an example, you can
clone the fossil repository this way:</p>
<blockquote>
<b>fossil clone http://www.fossil-scm.org/fossil myclone.fossil</b>
</blockquote>
<p>The new local copy of the respository is stored in a single file,
which in the example above is named "myclone.fossil".
|
>
>
|
|
|
|
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<p>Clone a remote repository as follows:</p>
<blockquote>
<b>fossil clone</b> <i>URL repository-filename</i>
</blockquote>
<p>The <i>URL</i> above is the http URL for the fossil repository
you want to clone, and it may include a "user:password" part, e.g.
<tt>http://drh:secret@www.fossil-scm.org/fossil</tt>. You can
call the new repository anything you want - there are no naming
restrictions. As an example, you can clone the fossil repository
this way:</p>
<blockquote>
<b>fossil clone http://www.fossil-scm.org/fossil myclone.fossil</b>
</blockquote>
<p>The new local copy of the respository is stored in a single file,
which in the example above is named "myclone.fossil".
|
289
290
291
292
293
294
295
|
fossil test-commands
</b></blockquote>
<p>Explore and have fun!</p>
</blockquote>
|
>
|
291
292
293
294
295
296
297
298
|
fossil test-commands
</b></blockquote>
<p>Explore and have fun!</p>
</blockquote>
</nowiki>
|