Fossil SCM

fossil-scm / www / webpage-ex.md
1
Web-Page Examples
2
=================
3
4
Here are just a few examples of the many web pages supported
5
by Fossil. Follow hyperlinks on the examples below to see many
6
other examples.
7
8
* <a target='_blank' class='exbtn'
9
href='$ROOT/timeline?y=ci&n1=100'>(Example)</a> &rarr;
10
100 most recent check-ins.
11
12
* <a target='_blank' class='exbtn'
13
href='$ROOT/finfo?name=src/file.c'>(Example)</a> &rarr;
14
All changes to the <b>src/file.c</b> source file.
15
16
* <a target='_blank' class='exbtn'
17
href='$ROOT/timeline?n1=200&uf=0c3c2d086a'>(Example)</a> &rarr;
18
All check-ins using a particular version of the <b>src/file.c</b>
19
source file.
20
21
* <a target='_blank' class='exbtn'
22
href='$ROOT/timeline?n1=11&y=ci&c=2014-01-01'>(Example)</a> &rarr;
23
Check-ins proximate to an historical point in time (2014-01-01).
24
25
* <a target='_blank' class='exbtn'
26
href='$ROOT/timeline?df=release&y=ci'>(Example)</a> &rarr;
27
All check-ins derived from the most recent release.
28
29
* <a target='_blank' class='exbtn'
30
href='$ROOT/timeline?n1=11&y=ci&c=2014-01-01&v=1'>(Example)</a> &rarr;
31
The previous example augmented with file changes.
32
33
* <a target='_blank' class='exbtn'
34
href='$ROOT/timeline?n1=25&y=ci&a=1970-01-01'>(Example)</a> &rarr;
35
First 25 check-ins after 1970-01-01. (The first 25 check-ins of
36
the project.)
37
38
* <a target='_blank' class='exbtn'
39
href='$ROOT/timeline?n1=200&r=svn-import'>(Example)</a> &rarr;
40
All check-ins of the "svn-import" branch together with check-ins
41
that merge with that branch.
42
43
* <a target='_blank' class='exbtn'
44
href='$ROOT/timeline?n1=200&t=svn-import'>(Example)</a> &rarr;
45
All check-ins of the "svn-import" branch only.
46
47
* <a target='_blank' class='exbtn'
48
href='$ROOT/timeline?n1=100&y=ci&ubg'>(Example)</a> &rarr;
49
100 most recent check-ins color coded by committer rather than by branch.
50
51
* <a target='_blank' class='exbtn'
52
href='$ROOT/timeline?from=version-1.27&to=version-1.28'>(Example)</a> &rarr;
53
All check-ins on the most direct path from
54
version-1.27 to version-1.28
55
56
* <a target='_blank' class='exbtn'
57
href='$ROOT/timeline?namechng'>(Example)</a> &rarr;
58
Show check-ins that contain file name changes
59
60
* <a target='_blank' class='exbtn'
61
href='$ROOT/timeline?u=drh&c=2014-01-08&y=ci'>(Example)</a> &rarr;
62
Show check-ins circa 2014-01-08 by user "drh".
63
64
* <a target='_blank' class='exbtn'
65
href='$ROOT/timeline?from=version-1.34&to=version-1.35&chng=src/timeline.c,src/doc.c'>(Example)</a> &rarr;
66
Show all check-ins between version-1.34 and version-1.35 that make
67
changes to either of the files src/timeline.c or src/doc.c.
68
69
<big><b>&rarr;</b></big> (Hint: In the pages above, click the graph nodes
70
for any two check-ins or files to see a diff.)
71
<big><b>&larr;</b></big>
72
73
* <a target='_blank' class='exbtn'
74
href='$ROOT/search?s=interesting+pages'>(Example)</a> &rarr;
75
Full-text search for "interesting pages".
76
77
* <a target='_blank' class='exbtn'
78
href='$ROOT/tree?ci=daff9d20621&type=tree'>(Example)</a> &rarr;
79
All files for a particular check-in (daff9d20621480)
80
81
* <a target='_blank' class='exbtn'
82
href='$ROOT/tree?ci=trunk&type=tree&mtime=1'>(Example)</a> &rarr;
83
All files for the latest check-in on a branch (trunk) sorted by
84
last modification time.
85
86
* <a target='_blank' class='exbtn'
87
href='$ROOT/fileage?name=svn-import'>(Example)</a> &rarr;
88
Age of all files in the latest checking for branch "svn-import".
89
90
* <a target='_blank' class='exbtn'
91
href='$ROOT/brlist'>(Example)</a> &rarr;
92
Table of branches. (Click on column headers to sort.)
93
94
* <a target='_blank' class='exbtn'
95
href='$ROOT/stat'>(Example)</a> &rarr;
96
Overall repository status.
97
98
* <a target='_blank' class='exbtn'
99
href='$ROOT/reports?type=ci&view=byuser'>(Example)</a> &rarr;
100
Number of check-ins per committer.
101
102
* <a target='_blank' class='exbtn'
103
href='$ROOT/reports?view=byfile'>(Example)</a> &rarr;
104
Number of check-ins for each source file.
105
(Click on column headers to sort.)
106
107
* <a target='_blank' class='exbtn'
108
href='$ROOT/blame?checkin=5260fbf63287&filename=src/rss.c&limit=-1'>
109
(Example)</a> &rarr;
110
Most recent change to each line of a particular source file in a
111
particular check-in.
112
113
* <a target='_blank' class='exbtn'
114
href='$ROOT/taglist'>(Example)</a> &rarr;
115
List of tags on check-ins.
116
117
* <a target='_blank' class='exbtn'
118
href='$ROOT/bigbloblist'>(Example)</a> &rarr;
119
The largest objects in the repository.
120
121
* <a target='_blank' class='exbtn'
122
href='$ROOT/hash-collisions'>(Example)</a> &rarr;
123
Hash prefix collisions
124
125
* <a target='_blank' class='exbtn'
126
href='$ROOT/sitemap'>(Example)</a> &rarr;
127
The "sitemap" containing links to many other pages
128

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button