]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/maintaining.texi
Merge branch 'emacs-24'.
[gnu-emacs] / doc / emacs / maintaining.texi
index dd1c826909609a120300c1b076f938758dcc8106..8a06439ddde31d32d2346a31896c9fa055bafa72 100644 (file)
@@ -191,6 +191,18 @@ exception of repository sync operations.
 Bazaar (bzr) is a decentralized version control system that supports
 both repository-based and decentralized versioning.  VC supports most
 basic editing operations under Bazaar.
+
+@cindex SRC
+@cindex src
+@item
+SRC (src) is RCS, reloaded - a specialized version-control system
+designed for single-file projects worked on by only one person. It
+allows multiple files with independent version-control histories to
+exist in one directory, and is thus particularly well suited for
+maintaining small documents, scripts, and dotfiles.  While it uses RCS
+for revision storage, it presents a modern user interface featuring
+lockless operation and integer sequential version numbers.  VC
+supports almost all SRC operations.
 @end itemize
 
 @node VCS Concepts