Difference between revisions of "Version control"
Jump to navigation
Jump to search
(Create local page "version control" to compare version control systems.) |
m (Add link to Codeville version control reference.) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | 2024-08-26 | |
| + | This page created to study Version Control Systems | ||
| + | |||
| + | == Overview == | ||
| + | |||
| + | As of 2024, some popular code version control systems include: Bazaar, Codeville, CVS, Darcs, Fossil SCM, Git, Mercurial, Monotone, Subversion | ||
| + | |||
| + | Here are links to each system's home page, as available: | ||
| + | |||
| + | * https://www.freshports.org/devel/codeville/ | ||
| + | |||
| + | Fossil SCM looks interesting: | ||
| + | * https://www.fossil-scm.org/home/doc/trunk/www/index.wiki | ||
| + | |||
| + | |||
| + | <!-- odne komentar --> | ||
Latest revision as of 17:17, 26 August 2024
2024-08-26 This page created to study Version Control Systems
Overview
As of 2024, some popular code version control systems include: Bazaar, Codeville, CVS, Darcs, Fossil SCM, Git, Mercurial, Monotone, Subversion
Here are links to each system's home page, as available:
Fossil SCM looks interesting: