Fossil SCM
explained the clone command in a bit more detail (what it does and where to go from there)
Commit
44a4c365a75a1f2906bfacde12690415056dc161
Parent
64c58fd64f5efa9…
1 file changed
+8
-1
+8
-1
| --- www/quickstart.wiki | ||
| +++ www/quickstart.wiki | ||
| @@ -14,11 +14,13 @@ | ||
| 14 | 14 | someplace on your PATH environment variable.</p> |
| 15 | 15 | |
| 16 | 16 | </blockquote> |
| 17 | 17 | <h2>Cloning A Existing Repository</h2> |
| 18 | 18 | <blockquote> |
| 19 | - | |
| 19 | + <p>Cloning is the first step in checking out a repository, | |
| 20 | + and is fossil's equivalent to making a local copy of a remote repository.</p> | |
| 21 | + | |
| 20 | 22 | <p>Use this command:</p> |
| 21 | 23 | |
| 22 | 24 | <blockquote> |
| 23 | 25 | <b>fossil clone</b> <i>URL repository-filename</i> |
| 24 | 26 | </blockquote> |
| @@ -29,10 +31,15 @@ | ||
| 29 | 31 | clone the fossil repository this way:</p> |
| 30 | 32 | |
| 31 | 33 | <blockquote> |
| 32 | 34 | <b>fossil clone http://www.fossil-scm.org/fossil myclone.fsl</b> |
| 33 | 35 | </blockquote> |
| 36 | + | |
| 37 | + <p>Cloning only a local copy of the source tree (as a single file), but | |
| 38 | + not something you can directly browse. After cloning, you can access | |
| 39 | + the files in the repository using the <tt>open</tt> command, | |
| 40 | + described below</p> | |
| 34 | 41 | |
| 35 | 42 | <p>Note: If you are behind a restrictive firewall, you might need |
| 36 | 43 | to <a href="#proxy">specify an HTTP proxy</a> to use.</p> |
| 37 | 44 | |
| 38 | 45 | </blockquote><h2>Starting A New Project</h2><blockquote> |
| 39 | 46 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -14,11 +14,13 @@ | |
| 14 | someplace on your PATH environment variable.</p> |
| 15 | |
| 16 | </blockquote> |
| 17 | <h2>Cloning A Existing Repository</h2> |
| 18 | <blockquote> |
| 19 | |
| 20 | <p>Use this command:</p> |
| 21 | |
| 22 | <blockquote> |
| 23 | <b>fossil clone</b> <i>URL repository-filename</i> |
| 24 | </blockquote> |
| @@ -29,10 +31,15 @@ | |
| 29 | clone the fossil repository this way:</p> |
| 30 | |
| 31 | <blockquote> |
| 32 | <b>fossil clone http://www.fossil-scm.org/fossil myclone.fsl</b> |
| 33 | </blockquote> |
| 34 | |
| 35 | <p>Note: If you are behind a restrictive firewall, you might need |
| 36 | to <a href="#proxy">specify an HTTP proxy</a> to use.</p> |
| 37 | |
| 38 | </blockquote><h2>Starting A New Project</h2><blockquote> |
| 39 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -14,11 +14,13 @@ | |
| 14 | someplace on your PATH environment variable.</p> |
| 15 | |
| 16 | </blockquote> |
| 17 | <h2>Cloning A Existing Repository</h2> |
| 18 | <blockquote> |
| 19 | <p>Cloning is the first step in checking out a repository, |
| 20 | and is fossil's equivalent to making a local copy of a remote repository.</p> |
| 21 | |
| 22 | <p>Use this command:</p> |
| 23 | |
| 24 | <blockquote> |
| 25 | <b>fossil clone</b> <i>URL repository-filename</i> |
| 26 | </blockquote> |
| @@ -29,10 +31,15 @@ | |
| 31 | clone the fossil repository this way:</p> |
| 32 | |
| 33 | <blockquote> |
| 34 | <b>fossil clone http://www.fossil-scm.org/fossil myclone.fsl</b> |
| 35 | </blockquote> |
| 36 | |
| 37 | <p>Cloning only a local copy of the source tree (as a single file), but |
| 38 | not something you can directly browse. After cloning, you can access |
| 39 | the files in the repository using the <tt>open</tt> command, |
| 40 | described below</p> |
| 41 | |
| 42 | <p>Note: If you are behind a restrictive firewall, you might need |
| 43 | to <a href="#proxy">specify an HTTP proxy</a> to use.</p> |
| 44 | |
| 45 | </blockquote><h2>Starting A New Project</h2><blockquote> |
| 46 |