unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Should `C-x v a' work for svn backend
@ 2007-02-05  2:04 Leo
  2007-02-05  3:16 ` Eric Hanchrow
  0 siblings, 1 reply; 8+ messages in thread
From: Leo @ 2007-02-05  2:04 UTC (permalink / raw)
  To: emacs-devel

Hi there,

I asked a question on the help list¹ and got no replies. I suspect it
might be a bug.

For a file that has been in svn version control, 'C-x v a' open an
empty *ChangeLog* buffer i.e., the ChangeLog buffer is not populated
with changes. Is this a missing feature or a bug?

Tested with 'emacs -Q' in GNU Emacs 22.0.93.4 (i686-pc-linux-gnu, GTK+
Version 2.10.8) of 2007-02-04.

Footnotes: 
¹  <http://permalink.gmane.org/gmane.emacs.help/40546>
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Should `C-x v a' work for svn backend
  2007-02-05  2:04 Should `C-x v a' work for svn backend Leo
@ 2007-02-05  3:16 ` Eric Hanchrow
  2007-02-05  3:29   ` Leo
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Hanchrow @ 2007-02-05  3:16 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Leo" == Leo  <sdl.web@gmail.com> writes:

    Leo> For a file that has been in svn version control, 'C-x v a'
    Leo> open an empty *ChangeLog* buffer i.e., the ChangeLog buffer
    Leo> is not populated with changes.  Is this a missing feature or
    Leo> a bug?

All I can say is it works for me on recent CVS head, and recent svn
head of subversion.

-- 
The woods aren't any drier than they were in 2000, but there
are a lot more people with matches.
        -- Doug Chapin, Electionline.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Should `C-x v a' work for svn backend
  2007-02-05  3:16 ` Eric Hanchrow
@ 2007-02-05  3:29   ` Leo
  2007-02-05  5:45     ` Eric Hanchrow
  0 siblings, 1 reply; 8+ messages in thread
From: Leo @ 2007-02-05  3:29 UTC (permalink / raw)
  To: emacs-devel

On 2007-02-05, Eric Hanchrow said:

>     Leo> For a file that has been in svn version control, 'C-x v a'
>     Leo> open an empty *ChangeLog* buffer i.e., the ChangeLog buffer
>     Leo> is not populated with changes.  Is this a missing feature or
>     Leo> a bug?
>
> All I can say is it works for me on recent CVS head, and recent svn
> head of subversion.

I am using subversion-1.4.2-2.fc6. I have used 'Emacs -Q' to test
it. Wonder how I can get more debug info?

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Should `C-x v a' work for svn backend
  2007-02-05  3:29   ` Leo
@ 2007-02-05  5:45     ` Eric Hanchrow
  2007-02-05 12:18       ` Leo
  0 siblings, 1 reply; 8+ messages in thread
From: Eric Hanchrow @ 2007-02-05  5:45 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Leo" == Leo  <sdl.web@gmail.com> writes:

    Leo> I am using subversion-1.4.2-2.fc6.  I have used 'Emacs -Q' to
    Leo> test it.  Wonder how I can get more debug info?

Find the source for the relevant function, then instrument it with C-u
M-C-x, then run it and step through it.

-- 
This delightful, self-describing sentence, created 16 February
2005 in honor of Katie Drake, has seven As, three Bs, four Cs,
six Ds, forty-five Es, fifteen Fs, five Gs, thirteen Hs, eighteen
Is, one J, three Ks, four Ls, one M, twenty-three Ns, sixteen Os,
one P, one Q, nineteen Rs, thirty-one Ss, twenty-four Ts, eight
Us, four Vs, three Ws, four Xs, six Ys, and one Z.
        -- Me

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Should `C-x v a' work for svn backend
  2007-02-05  5:45     ` Eric Hanchrow
@ 2007-02-05 12:18       ` Leo
  2007-02-05 17:35         ` Eric Hanchrow
  0 siblings, 1 reply; 8+ messages in thread
From: Leo @ 2007-02-05 12:18 UTC (permalink / raw)
  To: emacs-devel

On 2007-02-05, Eric Hanchrow said:

>     Leo> I am using subversion-1.4.2-2.fc6.  I have used 'Emacs -Q' to
>     Leo> test it.  Wonder how I can get more debug info?
>
> Find the source for the relevant function, then instrument it with C-u
> M-C-x, then run it and step through it.

My limited knowledge can't find anything useful from instrumenting
'vc-update-change-log', 'vc-call-backend' and
'vc-default-update-changelog'. Help?

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Should `C-x v a' work for svn backend
  2007-02-05 12:18       ` Leo
@ 2007-02-05 17:35         ` Eric Hanchrow
  2007-02-06  0:30           ` Leo
  2007-02-11  2:18           ` Leo
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Hanchrow @ 2007-02-05 17:35 UTC (permalink / raw)
  To: emacs-devel

Gaah.  Now it's not working for me, either :-(  I don't understand why
I thought it was.
-- 
... Most people never have to face the fact that at the right time
and right place, they're capable of using Emacs for anything.
        -- Noah Cross, Los Angeles Department of Water and Power
          (paraphrased slightly)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Should `C-x v a' work for svn backend
  2007-02-05 17:35         ` Eric Hanchrow
@ 2007-02-06  0:30           ` Leo
  2007-02-11  2:18           ` Leo
  1 sibling, 0 replies; 8+ messages in thread
From: Leo @ 2007-02-06  0:30 UTC (permalink / raw)
  To: emacs-devel

On 2007-02-05, Eric Hanchrow said:

> Gaah.  Now it's not working for me, either :-( I don't understand
> why I thought it was.

I hope you can get it back and find out the cause ;) Good luck. For
me, it never succeeds.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Should `C-x v a' work for svn backend
  2007-02-05 17:35         ` Eric Hanchrow
  2007-02-06  0:30           ` Leo
@ 2007-02-11  2:18           ` Leo
  1 sibling, 0 replies; 8+ messages in thread
From: Leo @ 2007-02-11  2:18 UTC (permalink / raw)
  To: emacs-devel


I wish I had read the manual before posting the OT.

On 2007-02-05, Eric Hanchrow said:

> Gaah.  Now it's not working for me, either :-( I don't understand
> why I thought it was.

,----
| `C-x v a'
|      Visit the current directory's change log file and, for registered
|      files in that directory, create new entries for versions checked
|      in since the most recent entry in the change log file.
|      (`vc-update-change-log').
| 
|      This command works with RCS or CVS only, not with any of the other
|      back ends.
`----

Regards,
-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-02-11  2:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-05  2:04 Should `C-x v a' work for svn backend Leo
2007-02-05  3:16 ` Eric Hanchrow
2007-02-05  3:29   ` Leo
2007-02-05  5:45     ` Eric Hanchrow
2007-02-05 12:18       ` Leo
2007-02-05 17:35         ` Eric Hanchrow
2007-02-06  0:30           ` Leo
2007-02-11  2:18           ` Leo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).