Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

backup with revisions

0 views
Skip to first unread message

H S

unread,
Mar 31, 2008, 1:45:34 PM3/31/08
to help-gn...@gnu.org
Hello all,

I hope someone could shed me some light how to get backup with
revisions to work. What I found out is that the code below seems to
work in certain directories but not those CVS'd ones. I am not
sure whether CVS has anything to do with it.

(require 'backup-dir "~/backup-dir.el")
(setq bkup-backup-directory-info
'((t "~/.backups" ok-create full-path)))
(setq backup-by-copying t
delete-old-versions t
kept-old-versions 2
kept-new-versions 6
version-control t)

Thank you.
IS


Lowell Gilbert

unread,
Mar 31, 2008, 3:16:20 PM3/31/08
to H S, help-gn...@gnu.org
"H S" <haa...@gmail.com> writes:

Quoting the "Backup Files" node of the emacs manual:
For files managed by a version control system (*note Version
Control::), the variable `vc-make-backup-files' determines whether to
make backup files. By default it is `nil', since backup files are
redundant when you store all the previous versions in a version
control system. *Note General VC Options::.


0 new messages