50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
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.
The "ui" command will start a webserver running (it figures out an
available TCP port to use on its own) and then automatically launches
your web browser to point at that server. If you run the "ui" command
from within an open check-out, you can omit the repository name:
<b>fossil ui</b>
The latter case is a very useful short-cut when you are working on a
|
|
|
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
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.
The "ui" command will start a web server running (it figures out an
available TCP port to use on its own) and then automatically launches
your web browser to point at that server. If you run the "ui" command
from within an open check-out, you can omit the repository name:
<b>fossil ui</b>
The latter case is a very useful short-cut when you are working on a
|
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
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
on with separate subteams within your project team.
The "Files" link on the menu allows you to browse through the <b>file
hierarchy</b> of the project and to view complete changes histories on
individual files, with hyperlinks to the check-ins that made those
changes, and with diffs and annotated diffs between versions.
The web interface supports [./embeddeddoc.wiki | embedded documentation].
|
|
|
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
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
on with separate sub-teams within your project team.
The "Files" link on the menu allows you to browse through the <b>file
hierarchy</b> of the project and to view complete changes histories on
individual files, with hyperlinks to the check-ins that made those
changes, and with diffs and annotated diffs between versions.
The web interface supports [./embeddeddoc.wiki | embedded documentation].
|