Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | added tip about being able to pass login info to clone URL |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d1477108b03fad5ecee188b67fd70257 |
User & Date: | stephan 2008-05-20 14:45:51.000 |
Context
2008-05-20
| ||
15:45 | new HOWTO: setting up a repo ... (check-in: a5f1c79f user: stephan tags: trunk) | |
14:45 | added tip about being able to pass login info to clone URL ... (check-in: d1477108 user: stephan tags: trunk) | |
2008-05-19
| ||
15:10 | Add a page describing how to do embedded documentation. ... (check-in: 4b826eed user: drh tags: trunk) | |
Changes
Changes to www/quickstart.wiki.
︙ | ︙ | |||
26 27 28 29 30 31 32 | <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 | > > | | | | 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> |