# HG changeset patch # User František Kučera # Date 1376837409 -7200 # Node ID fedb77300c7ff31ba8b8bcd4867174339b08db53 # Parent 6c31e66412ee7dc54e38d86761d55436ef1d9483 data: VCS diff -r 6c31e66412ee -r fedb77300c7f data/dictionary.xml --- a/data/dictionary.xml Sun Aug 18 14:48:40 2013 +0200 +++ b/data/dictionary.xml Sun Aug 18 16:50:09 2013 +0200 @@ -1324,7 +1324,15 @@ - + + + a software tool used for management of changes in documents; + often is used for managing source code and other artifacts (like documentation or analytic models) created during software development; + VCS tracks versions of particular files or changesets, branches, tags (named revisions); + examples of traditional centralized VCS: SCCS, RCS, CVS or SVN (quite modern but centralized); + nowadays are very popular decentralized systems (DVCS) + + computer