emacs creating backup~ files in svn sandbox

Dec 03, 2015 5 Replies

To the best of my recollection, on every other *n*x system I've used, emacs automatically refrains from making the backup files (ending with '~') when editing files inside a subversion sandbox. But on Raspbian wheezy, I see "SVN-1106" (example) in the information bar but emacs still drops the ~ files. Any idea why?



Thanks.



We seem to understand the value of oil, timber, minerals, and housing, but not the value of unspoiled beauty, wildlife, solitude, and spiritual renewal. --- Calvin

This is controlled by a configuration setting. You may have been relying on a default that's not present in Raspbian.

I have no idea about the interaction between emacs and svn; I just turn off _all_ backup files with this in ~/.emacs :

(setq make-backup-files nil) (setq vc-cvs-stay-local nil)

Well, I found the variable vc-make-backup-files, which is nil on both machines, & vc-handled-backends, which has the same value (RCS CVS SVN SCCS Bzr Git Hg Mtn Arch) on both.....

A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?

Don't give me credit for it --- it's an old one I borrowed.

I was born, lucky me, in a land that I love. Though I'm poor, I am free. When I grow I shall fight; for this land I shall die. May the sun never set. --- The Kinks

Well, whatever it was has been changed in Jessie (at least in emacs

24) to the behaviour I want.
Civilization is a race between catastrophe and education. --- H G Wells

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required