42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
the web interface on your local machine while off network (for example,
while on an airplane) including
making changes to wiki pages and/or trouble ticket, then synchronize with your
co-workers after you reconnect. When you clone a Fossil repository, you
don't just get the project source code, you get the entire project
management website.
<h2>Drop-Dead Simple Startup</h2>
To start using the built-in Fossil web interface on an existing Fossil
repository, simply type this:
<b>fossil ui existing-repository.fossil</b>
Substitute the name of your repository, of course.
|
|
|
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
the web interface on your local machine while off network (for example,
while on an airplane) including
making changes to wiki pages and/or trouble ticket, then synchronize with your
co-workers after you reconnect. When you clone a Fossil repository, you
don't just get the project source code, you get the entire project
management website.
<h2>Very Simple Startup</h2>
To start using the built-in Fossil web interface on an existing Fossil
repository, simply type this:
<b>fossil ui existing-repository.fossil</b>
Substitute the name of your repository, of course.
|
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
to let anonymous users on the internet write their own ticket formats if
you like. In addition to viewing and/or creating report formats, you can
also create new tickets or look at summaries or complete histories of
existing tickets. Any changes you make will automatically merge with
changes from your co-workers the next time your repository is synchronized.
You can view and edit <b>wiki</b> by following the "Wiki" link on the
menu bar. Fossil uses simple and easy-to-remember
[/wiki_rules | wiki formatting rules] so you won't have to spend a lot
of time learning a new markup language. And, as with tickets, all of
your edits will automatically merge with those of your co-workers when
your repository synchronizes.
You can view summary reports of <b>branches</b> in the
check-in graph by visiting the "Branches" link on the
menu bar. From those pages you can follow hyperlinks to get additional
details. These screens allow you to easily keep track of what is going
|
|
|
|
|
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
to let anonymous users on the internet write their own ticket formats if
you like. In addition to viewing and/or creating report formats, you can
also create new tickets or look at summaries or complete histories of
existing tickets. Any changes you make will automatically merge with
changes from your co-workers the next time your repository is synchronized.
You can view and edit <b>wiki</b> by following the "Wiki" link on the
menu bar. Fossil has its own easy-to-remember
[/wiki_rules | markup rules], or if you prefer, it also
support [/md_rules | Markdown]. And, as with tickets, all of
your edits will automatically merge with those of your co-workers when
your repository synchronizes.
You can view summary reports of <b>branches</b> in the
check-in graph by visiting the "Branches" link on the
menu bar. From those pages you can follow hyperlinks to get additional
details. These screens allow you to easily keep track of what is going
|