Difference between revisions of "Vc"

From WikEmacs
Jump to navigation Jump to search
(intro)
 
(basic info,cat, package details)
Line 1: Line 1:
'''vc''' is a [[Version Control]] minor mode. This minor mode is automatically activated whenever you visit a file under
+
{{Package
control of one of the revision control systems.
+
|name=vc
 +
|description=Version control front end for emacs
 +
|author= several authors
 +
|maintainer=[[Andre Spiegel]]
 +
|source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/vc/
 +
|in_emacs=yes
 +
|Development status=active
 +
}}
 +
 
 +
'''vc''' is a [[Version Control]] minor mode. This minor mode is automatically activated whenever you visit a file under control of one of the revision control systems. It supports many different version control systems including [[git]], [[bazaar]], [[CVS]] and [[SVN]] etc. It gives uniques interface to Emcas irrespective of backend version control system in operation.
 +
 
 +
== Basic setup ==
 +
No particular setup is needed for basic usage. Emacs checks for usage
 +
of version control automatically when a file is being opened.
 +
 
 +
== See Also ==
 +
[[Magit]]
 +
 
 +
[[Category:Minor Mode]]
 +
[[Category:Version Control]]
 +
[[Category:Major Components of Emacs]]

Revision as of 01:01, 3 April 2012

vc
Description Version control front end for emacs
Author several authors
Maintainer Andre Spiegel
Source http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/vc/
Part of Emacs yes

vc is a Version Control minor mode. This minor mode is automatically activated whenever you visit a file under control of one of the revision control systems. It supports many different version control systems including git, bazaar, CVS and SVN etc. It gives uniques interface to Emcas irrespective of backend version control system in operation.

Basic setup

No particular setup is needed for basic usage. Emacs checks for usage of version control automatically when a file is being opened.

See Also

Magit