Difference between revisions of "Version Control"

From WikEmacs
Jump to navigation Jump to search
m (Reverted edits by 94.23.1.28 (talk) to last revision by GregLucas)
 
(3 intermediate revisions by 3 users not shown)
Line 33: Line 33:
 
|{{Mode|vc}}
 
|{{Mode|vc}}
 
|}
 
|}
 +
 +
== See Also ==
 +
[[Magit]]
 +
[[Egg]]
  
 
[[Category:Programming]]
 
[[Category:Programming]]
 
[[Category:Text Editing]]
 
[[Category:Text Editing]]
 +
[[Category:Version Control]]

Latest revision as of 19:44, 24 June 2012

Distributed Version Control

Emacs provides dvc, a standard interface for Distributed Version Control systems. dvc is based on and largely compatible with vc (see below).

For some popular distributed version control systems there also exist additional Emacs modes that are independent of dvc. These are noted in the table below.

System Modes
git dvc, magit, egg
Bazaar (bzr) dvc
Mercurial (hg) dvc

Conventional Version Control

vc provides a standard interface between Emacs and conventional version control systems. See the table for an overview.

System Modes
CVS vc
SVN vc
RCS vc

See Also

Magit Egg