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

Re: subversion: problems using preview-latex with files checked out from subversion repository

From: Stefan Monnier <monnier+gmane.comp.version-control.subversion.devel/news/_at_rum.cs.yale.edu>
Date: 2003-05-01 02:03:05 CEST

>>>>> "Faheem" == Faheem Mitha <faheem@email.unc.edu> writes:
> this. As I state in the bug report below, the easiest thing to do would
> probably to switch off emacs support for subversion, except that I have no
> idea how to do this. I certainly didn't turn anything on myself.

Placing the vc-svn.el in the emacs lisp path is harmless, but
it seems that Debian also "activates" it by adding SVN to
vc-handled-backends.

If you don't want it, you can do something like

   (setq vc-handled-backends (delq 'SVN vc-handled-backends))

in your .emacs although I'd recommend against it since if it ever bothers
you, it should be considered as a bug and we'd then want to hear about it.

        Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 1 02:04:05 2003

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.