1
2
3
4
5
6
7
8
9
10
11
12
13
|
<title>Fossil Self-Hosting Repositories</title>
Fossil has self-hosted since 2007-07-21. As of 2017-07-25
there are three publicly accessible repositories for the Fossil source code:
1. [https://www.fossil-scm.org/]
2. [https://www2.fossil-scm.org/]
3. [https://www3.fossil-scm.org/site.cgi]
The canonical repository is (1). Repositories (2) and (3) automatically
stay in synchronization with (1) via a
<a href="http://en.wikipedia.org/wiki/Cron">cron job</a> that invokes
"fossil sync" at regular intervals.
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<title>Fossil Self-Hosting Repositories</title>
Fossil has self-hosted since 2007-07-21. As of 2017-07-25
there are three publicly accessible repositories for the Fossil source code:
1. [https://fossil-scm.org/]
2. [https://www2.fossil-scm.org/]
3. [https://www3.fossil-scm.org/site.cgi]
The canonical repository is (1). Repositories (2) and (3) automatically
stay in synchronization with (1) via a
<a href="http://en.wikipedia.org/wiki/Cron">cron job</a> that invokes
"fossil sync" at regular intervals.
|