To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

List of version-control software

From Wikipedia, the free encyclopedia

This is a list of notable version control software systems.

YouTube Encyclopedic

  • 1/5
    Views:
    125 714
    385
    2 228
    59 738
    79 702
  • What Is Version Control? | Git Version Control | Version Control In Software Engineering|Simplilearn
  • Best Practices for HPC Software Developers: #3 "Distributed Version Control & CI Testing"
  • 3.3.11 Lab - Software Version Control with Git
  • Git Version Control _final_new_final.new - Computerphile
  • cPanel Tutorials - Git Version Control

Transcription

Common attributes

  • Openness, whether the software is open source or proprietary
  • Repository model, how working and shared source code is handled
    • Shared, all developers use the same file system
    • Client–server, users access a master repository server via a client; typically, a client machine holds only a working copy of a project tree; changes in one working copy are committed to the master repository before becoming available to other users
    • Distributed, repositories act as peers; typically each user has a local repository clone with complete version history in addition to their working files

Active

  • AccuRev [proprietary,client-server] [proprietary,client-server] – source configuration management tool with integrated issue tracking based on "Streams" that manages parallel and global development; replication server is also available; now owned by Micro Focus
  • Concurrent Versions System (CVS) [open,client-server] – originally built on RCS, licensed under the GPL
    • CVSNT – cross-platform port of CVS that allows case insensitive file names among other changes
    • OpenCVS – unreleased CVS clone under a BSD license, emphasizing security and source code correctness
  • Darcs [open,distributed] – originally developed by David Roundy; track inter-patch dependencies and automatically rearrange and cherry-pick them using a theory of patches
  • Fossil [open,distributed] – written by D. Richard Hipp for SQLite; distributed revision control, wiki, bug-tracking, and forum (all-in-one solution) with console and web interfaces; single portable executable and single repository file
  • Helix Core (formerly Perforce Helix) [proprietary,client-server] – for large scale development environments
  • Mercurial [open,distributed] – written in Python as an open source replacement to BitKeeper; decentralized and aims to be fast, lightweight, portable, and easy to use
  • Panvalet [proprietary,shared] – Around since the 1970s, source and object control for IBM mainframe computers
  • Razor, integrated suite from Visible Systems
  • Revision Control System (RCS) [open,shared] – stores the latest version and backward deltas for the fastest access to the trunk tip[4][5] compared to SCCS and an improved user interface,[6] at the cost of slow branch tip access and missing support for included/excluded deltas
  • StarTeam [proprietary,client-server] – coordinates and manages software delivery process by Micro Focus, formerly Borland; centralized control of digital assets and activities
  • Subversion (SVN) [open,client-server] – versioning control system inspired by CVS[7]
  • Synergy [proprietary,client-server] – MSSCCI compliant (Source Control Plug-in API) integrated change management and task-based configuration management system, proprietary of IBM
  • Vault [proprietary,client-server] – version control tool by SourceGear; first installation can be used for free

Obsolete

The following have been discontinued or not released in more than a decade.

  • Bazaar – [open,distributed] written in Python, originally by Martin Pool and sponsored by Canonical; decentralised: goals: fast and easy to use; can losslessly import Arch archives; replaced by friendly fork named Breezy
  • BitKeeper [open,distributed] – (discontinued) was used in Linux kernel development (2002 – April 2005) until its license was revoked for breach of contract; open-sourced in 2016
  • Code Co-op [open,proprietary] – (discontinued) peer-to-peer version control system (can use e-mail for synchronization)
  • GNU arch - A very early [open,distributed]; deprecated since 2009 in favor of Bazaar
  • DCVS – A decentralized spin on CVS, last released 2006 and since discontinued
  • Monotone – [open,distributed], not updated since 2011
  • Vesta [open,client-server] – (discontinued) build system with a versioning file system and support for distributed repositories

See also

References

  1. ^ "Git - A Short History of Git". git-scm.com. Retrieved 2023-10-29.
  2. ^ "Plastic SCM - The Distributed Version Control for Big Projects". www.plasticscm.com. Retrieved 2023-10-29.
  3. ^ Technologies, Unity. "Scalable DevOps Services & Solutions | Unity". unity.com. Retrieved 2023-10-29.
  4. ^ Bill Wohler (10 Oct 1992). "Unix – Frequently Asked Questions (7/7)". RCS vs SCCS: How do they compare for performance?. [RCS ...] is much faster in retrieving the latest version
  5. ^ Larry McVoy (11 Dec 2003). "BitKeeper: Why SCCS, rather than RCS?". Archived from the original on March 26, 2012. RCS is optimized for getting the most recent version on the trunk
  6. ^ Bill Wohler (10 Oct 1992). "Unix – Frequently Asked Questions (7/7)". RCS vs SCCS: How do the interfaces compare?. [RCS ...] is more intuitive and consistent
  7. ^ "Changes", SVN, Collab Net, archived from the original on October 25, 2008

External links

This page was last edited on 31 May 2024, at 00:05
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.