[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Issue 964] Changed - Temporary file created for $EDITOR is added to repository on import.

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-11-13 21:03:19 CET

Peter Davis <peter@pdavis.cx> writes:
> As I suggested before, maybe he's just talking about the backup files that
> most editors leave behind, such as "msg.61388.00001.tmp~". (My $EDITOR is
> set to "emacsclient".) These don't get deleted, and I do have the problem
> that they end up cluttering $PWD.
>
> Do you have this problem, or is your environment different than mine?

Yeah (switching topics slightly), this is a general problem. For
Emacs users, we can eventually solve it when svn<->emacs interaction
code gets into the emacs dist, the way CVS code has. (Ever notice how
CVS working dirs don't have ~ backups for versioned files, for
example?)

In the meantime, we could put some stuff in svn-dev.el to prevent it,
shouldn't be too hard. Just need to set `backup-inhibited' or
something; check out the "backup-*" vars and functions in Emacs.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 13 21:37:30 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.