Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Version control
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Distributed revision control== {{Main|Distributed version control}} Distributed revision control systems (DRCS) take a peer-to-peer approach, as opposed to the [[client–server model|client–server]] approach of centralized systems. Rather than a single, central repository on which clients synchronize, each peer's working copy of the codebase is a [[good faith|bona-fide]] repository.<ref>{{cite web | last = Wheeler | first = David | title = Comments on Open Source Software / Free Software (OSS/FS) Software Configuration Management (SCM) Systems | url = http://www.dwheeler.com/essays/scm.html | access-date = May 8, 2007 | archive-date = November 9, 2020 | archive-url = https://web.archive.org/web/20201109022758/http://www.dwheeler.com/essays/scm.html | url-status = dead }}</ref> Distributed revision control conducts synchronization by exchanging [[Patch (computing)|patches]] (change-sets) from peer to peer. This results in some important differences from a centralized system: * No canonical, reference copy of the codebase exists by default; only working copies. * Common operations (such as commits, viewing history, and reverting changes) are fast, because there is no need to communicate with a central server.<ref name=Mercurial/>{{rp|7}} Rather, communication is only necessary when pushing or pulling changes to or from other peers. * Each working copy effectively functions as a remote backup of the codebase and of its change-history, providing inherent protection against data loss.<ref name=Mercurial/>{{rp|4}}
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Version control
(section)
Add topic