Fossil

Check-in [529b94795d]
Login

Check-in [529b94795d]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Tightened up a wordy paragraph in the Quick Start by moving the link inline.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 529b94795da1640bbf76cec2b4a1053707206894b3eaa3b82408f1c7860d8b6c
User & Date: wyoung 2025-04-24 01:34:47.587
Context
2025-04-24
02:10
Further tightening of the Quick Start. ... (check-in: eb52410b0c user: wyoung tags: trunk)
01:34
Tightened up a wordy paragraph in the Quick Start by moving the link inline. ... (check-in: 529b94795d user: wyoung tags: trunk)
01:32
Replaced repeated parenthetical explanations in the Quick Start doc with links to the glossary entry. No longer referencing the glossary directly; readers will click through one of these two new links and find it, or not. ... (check-in: ab7a22f533 user: wyoung tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/quickstart.wiki.
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
can also be conveniently accessed from the built-in web user interface.

The following sections give a brief overview of these
operations.

<h2 id="new">Starting A New Project</h2>

To start a new project with fossil create a new empty repository
this way: ([/help/init | more info])

<pre><b>fossil init</b> <i>repository-filename</i>
</pre>

You can name the database anything you like, and you can place it anywhere in the filesystem.
The <tt>.fossil</tt> extension is traditional, but it is only required if you are going to use the 
<tt>[/help/server | fossil server DIRECTORY]</tt> feature.







|
<







37
38
39
40
41
42
43
44

45
46
47
48
49
50
51
can also be conveniently accessed from the built-in web user interface.

The following sections give a brief overview of these
operations.

<h2 id="new">Starting A New Project</h2>

To start a new project with Fossil, [/help/init | create a new empty repository]:


<pre><b>fossil init</b> <i>repository-filename</i>
</pre>

You can name the database anything you like, and you can place it anywhere in the filesystem.
The <tt>.fossil</tt> extension is traditional, but it is only required if you are going to use the 
<tt>[/help/server | fossil server DIRECTORY]</tt> feature.