Fossil

Check-in [fcdefd97a7]
Login

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

Overview
Comment:Another bit of prose polishing in fossil-v-git
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bsd-vs-gpl
Files: files | file ages | folders
SHA3-256: fcdefd97a74ebb7c141eac3dec7b6336fae66eb3152170a63c41c0b060292851
User & Date: wyoung 2019-07-14 11:37:07.139
Context
2019-07-14
12:11
Re-cast the "BSD vs GPL" section as "Accepting Contributions." In the end, that's what the difference in license amounts to. This makes the section longer, but the change includes a link to skip past the actual licensing discussion for those who don't want to read our attempt at an unbiased discussion of GPL vs BSD, since even if we've succeded, we won't always agree with the user's biases! ... (check-in: 75e93e35b1 user: wyoung tags: bsd-vs-gpl)
11:37
Another bit of prose polishing in fossil-v-git ... (check-in: fcdefd97a7 user: wyoung tags: bsd-vs-gpl)
11:28
Prose polishing in the "License" section of fossil-v-git ... (check-in: eebd713511 user: wyoung tags: bsd-vs-gpl)
Changes
Side-by-Side Diff Ignore Whitespace Patch
Changes to www/fossil-v-git.wiki.
127
128
129
130
131
132
133
134
135


136
137
138
139



140
141
142
143
144
145
146
147
127
128
129
130
131
132
133


134
135
136
137


138
139
140

141
142
143
144
145
146
147







-
-
+
+


-
-
+
+
+
-







development project: [https://en.wikipedia.org/wiki/Linus_Torvalds|Linus
Torvalds] designed Git to support development of
[https://www.kernel.org/|the Linux kernel], and
[https://en.wikipedia.org/wiki/D._Richard_Hipp|D. Richard Hipp] designed
Fossil to support the development of [https://sqlite.org/|SQLite].
SQLite is much more widely deployed than the Linux kernel, but for
Linux-based systems, the kernel is the more fundamental component.
Although both projects must rank high on any objective list of "most
important FOSS projects," the two projects are almost entirely unlike
Both projects must rank high on any objective list of "most
important FOSS projects," yet these two projects are almost entirely unlike
one another.

In the following three sections, we will explain the key differences in
Linux vs. SQLite which affected the designed-in low-friction usage path
In the following sections, we will explain how three key differences
between Linux and SQLite dictated the design of each DVCS's low-friction
usage path.
for the DVCSes created to support each one's development.

When deciding between these two DVCSes, you should ask yourself, "Is my
project more like Linux or more like SQLite?"


<h4 id="devorg">2.3.1 Development Organization</h4>