Software fork: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Eric M Gearhart
(Wording and whatnot)
imported>Meg Taylor
(move links to subgroup)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{subpages}}
: ''This article is about "forking" of a software project into two or more different projects. For the operating system term for starting a new process, see [[fork (operating system)]]''
[[Image:BSD_Timeline.png|thumb|220px|right|A timeline of [[BSD]] [[Unix]] development. In this example a fork occurs when the NetBSD project was started, and again when the OpenBSD project was forked from NetBSD]]
A '''fork''' of a [[computer software]] project is generally a version of the original software that makes use of the same (or a compatible) [[license]], but with a development team that is usually under "new management." Forks usually occur when fundamental design differences can't be agreed upon.
A '''fork''' of a [[computer software]] project is generally a version of the original software that makes use of the same (or a compatible) [[license]], but with a development team that is usually under "new management." Forks usually occur when fundamental design differences can't be agreed upon.


A fork can also exist within a project, when code is divided into branches.  For instance, [[Firefox]] development occurs on multiple codebases at the same time.  While development on Firefox 2.0 was ongoing, other developers were working on 3.0, while patches and support continued to be issued for version 1.5.  Other projects have "stable" and "development" branches, where code from the unstable branch is moved to the stable branch after it is ready for release.
==Notable Forks in the History of Software development==
* [[Unix]] has been forked literally hundreds, if not thousands of times from the original software developed at Bell Labs


[[Category:CZ Live]]
*"The BSDs" (FreeBSD, NetBSD and OpenBSD) are three popular forks of the original [[Berkeley Software Distribution]], which is itself a descendant of [[Unix]]
[[Category:Computers Workgroup]]

Latest revision as of 07:01, 14 September 2013

This article is a stub and thus not approved.
Main Article
Discussion
Definition [?]
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.
This article is about "forking" of a software project into two or more different projects. For the operating system term for starting a new process, see fork (operating system)
A timeline of BSD Unix development. In this example a fork occurs when the NetBSD project was started, and again when the OpenBSD project was forked from NetBSD

A fork of a computer software project is generally a version of the original software that makes use of the same (or a compatible) license, but with a development team that is usually under "new management." Forks usually occur when fundamental design differences can't be agreed upon.

Notable Forks in the History of Software development

  • Unix has been forked literally hundreds, if not thousands of times from the original software developed at Bell Labs