emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc with svn and git


From: Andreas Schwab
Subject: Re: vc with svn and git
Date: Fri, 24 Feb 2017 16:35:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

On Feb 24 2017, address@hidden (Alfred M. Szmidt) wrote:

> 2017-02-24  Alfred M. Szmidt  <address@hidden>  (tiny change)
>
>       * lisp/vc/vc-hooks.el (vc-handled-backends): Check SVN backend last.
>
>
> diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
> index 47e923c209..7da1244ef5 100644
> --- a/lisp/vc/vc-hooks.el
> +++ b/lisp/vc/vc-hooks.el
> @@ -107,7 +107,7 @@ vc-ignore-dir-regexp
>    :type 'regexp
>    :group 'vc)
>  
> -(defcustom vc-handled-backends '(RCS CVS SVN SCCS SRC Bzr Git Hg Mtn)
> +(defcustom vc-handled-backends '(RCS CVS SCCS SRC Bzr Git Hg Mtn SVN)
>    ;; RCS, CVS, SVN, SCCS, and SRC come first because they are per-dir
>    ;; rather than per-tree.  RCS comes first because of the multibackend
>    ;; support intended to use RCS for local commits (with a remote CVS 
> server).

Did you read the comment?

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]