Difference between revisions of "Version Control"
Jump to navigation
Jump to search
(separate page for version control) |
(→Distributed Version Control: Added a link to egg - Emacs Got Git) |
||
Line 6: | Line 6: | ||
|- | |- | ||
|git | |git | ||
− | |[[dvc]], [[magit]] | + | |[[dvc]], [[magit]], [https://github.com/byplayer/egg egg] |
|- | |- | ||
|bzr | |bzr |
Revision as of 11:09, 25 March 2012
Distributed Version Control
Emacs provides with dvc a standard interface for Distributed Version Control systems. For some of them also exist additional modes.
System | Modes |
---|---|
git | dvc, magit, egg |
bzr | dvc |
Mercurial | 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 |