Difference between revisions of "Version Control"

From WikEmacs
Jump to navigation Jump to search
m (add version control as a category)
(vRHirEfTXnR)
Line 1: Line 1:
== Distributed Version Control ==
+
Until I found this I tohuhgt I'd have to spend the day inside.
Emacs provides {{ModeLink|dvc}}, a standard interface for Distributed Version Control systems. {{Mode|dvc}} is based on and largely compatible with {{ModeLink|vc}} (see below).
 
 
 
For some popular distributed version control systems there also exist additional Emacs modes that are independent of {{Mode|dvc}}. These are noted in the table below.
 
 
 
{| class="wikitable"
 
!System
 
!Modes
 
|-
 
|git
 
|{{Mode|dvc}}, {{ModeLink|magit}}, <tt>[https://github.com/byplayer/egg egg]</tt>
 
|-
 
|Bazaar (bzr)
 
|{{Mode|dvc}}
 
|-
 
|Mercurial (hg)
 
|{{Mode|dvc}}
 
|}
 
 
 
== Conventional Version Control ==
 
[[vc]] provides a standard interface between Emacs and conventional version control systems. See the table for an overview.
 
{| class="wikitable"
 
!System
 
!Modes
 
|-
 
|CVS
 
|{{Mode|vc}}
 
|-
 
|SVN
 
|{{Mode|vc}}
 
|-
 
|RCS
 
|{{Mode|vc}}
 
|}
 
 
 
== See Also ==
 
[[Magit]]
 
[[Egg]]
 
 
 
[[Category:Programming]]
 
[[Category:Text Editing]]
 
[[Category:Version Control]]
 

Revision as of 11:16, 23 June 2012

Until I found this I tohuhgt I'd have to spend the day inside.