-
Install CS-RCS and follow the tutorial.
-
Download
vc-hooks.el and copy into your Emacs Lisp directory.
-
Open vc-hooks.el with Emacs.
-
Apply the 'Emacs-Lisp' | 'Byte-compile This File' menu command.
-
Open your ~/.emacs file (or create a new one if does not exist). (See below on how to define your home
directory)
-
Add the two following
lines to the file ~/.emacs:
(load "vc-hooks")
(setq vc-path "C:/program files/ComponentSoftware/cs-rcs/system")
Note: change vc-path to match your workstation settings
On some systems the path must be written in the following
form: "c:\\Progra~1\\Compon~1\\CS-RCS\\System"
-
Save ~/.emacs and exit Emacs.
-
Re-activate Emacs. Version control context-sensitive commands are now available under the Tools | Version Control menu.