Difference between revisions of "Version Control"

From WikEmacs
Jump to navigation Jump to search
(→‎Distributed Version Control: Added a link to egg - Emacs Got Git)
Line 1: Line 1:
 
== Distributed Version Control ==
 
== Distributed Version Control ==
Emacs provides with [[ dvc ]] a standard interface for Distributed Version Control systems. For some of them also exist additional modes.
+
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.
 +
 
 
{| class="wikitable"
 
{| class="wikitable"
 
!System
 
!System
Line 11: Line 14:
 
|[[dvc]]
 
|[[dvc]]
 
|-
 
|-
|Mercurial
+
|Mercurial (hg)
 
|[[dvc]]  
 
|[[dvc]]  
 
|}
 
|}

Revision as of 16:56, 25 March 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
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