Differences between revisions 7 and 8
Revision 7 as of 2010-10-01 20:55:32
Size: 2103
Editor: ?skizzhg
Comment:
Revision 8 as of 2013-01-23 16:36:05
Size: 2141
Comment: Add link to Swedish translation
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/VersionControlSystem|Italiano]]-~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]|| ||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[it/VersionControlSystem|Italiano]] - [[sv/VersionControlSystem|Svenska]]-~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]||

Translation(s): English - Italiano - Svenska

(!) ?Discussion


Version Control (system) (VCS) (also known as Revision control, source control or (source) code management (SCM)) is the management of multiple revisions of the same unit of information.

Name

 WikiPage

main package

Comment

on Alioth?

Git

git

git-core

Distributed.

?Alioth/Git

Subversion / SVN

Subversion

subversion

Client-Server. Popular CVS replacement... slowly get less popular.

?Alioth/Svn

Mercurial / HG

none

mercurial

Distributed.

?Alioth/Hg

GNA Arch / TLA

none

tla

Distributed.

?Alioth/Arch

Darcs

none 

darcs

Distributed.

?Alioth/Darcs

Bazaar / BZR

none

bzr

Distributed.

?Alioth/Bzr

not so used VCS

Aegis

none

aegis

filesystem-oriented, poor network support

no

Codeville

none

codeville

Distributed.

no

CVS

CVS

cvs

Client-Server.

no

Monotone

none

monotone

no

RCS

none

rcs

A 1980s source code control system

no

CSSC/SCCS

none

cssc

1970s source code control system which is part of UNIX

no

See Also