emacs-devel
[Top][All Lists]
Advanced

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

Re: Fwd: vc-register doesn't recognize subversion repository


From: Tassilo Horn
Subject: Re: Fwd: vc-register doesn't recognize subversion repository
Date: Sat, 14 Jul 2007 12:45:03 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

Hi Stefan,

> Can you show me the result of the following commands from the
> "foo.txt" buffer (i.e. a buffer visiting a new still unregistered
> file):
>
>   M-: vc-handled-backends RET

(RCS CVS BZR SVN SCCS HG Arch MCVS)

>   M-: (vc-responsible-backend buffer-file-name t) RET

First I got an error that this is a void-function, so I did vc-register
once and got RCS then.

>   M-x load-library RET vc-svn RET

Loading vc-svn...done

>   M-: (vc-rcs-responsible-p buffer-file-name) RET

nil

>   M-: (vc-svn-responsible-p buffer-file-name) RET

Debugger entered--Lisp error: (void-function vc-svn-responsible-p)
  (vc-svn-responsible-p buffer-file-name)
  eval((vc-svn-responsible-p buffer-file-name))
  eval-expression((vc-svn-responsible-p buffer-file-name) nil)
  call-interactively(eval-expression)

That's really strange. After loading vc-svn.elc with `load-file' the
expression above returns t. But still `vc-register' asks if a rcs dir
should be created.

Bye,
Tassilo
-- 
      "OS's and GUI's come and go, only Emacs has lasting power."
          Per Abrahamsen in <address@hidden>





reply via email to

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