emacs-devel
[Top][All Lists]
Advanced

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

Re: Updates not shown in vc-dir buffers?


From: Tassilo Horn
Subject: Re: Updates not shown in vc-dir buffers?
Date: Thu, 09 Apr 2009 17:58:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:

Hi Dan,

> Can you please describe what you see and what do you expect to see?

Sure.  Here's what I do to setup a test bench.

--8<---------------cut here---------------start------------->8---
% cd uni/repos/jgralab
% svn up
U    testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java
Updated to revision 1182.
% svn up -r1180
U    src/de/uni_koblenz/jgralab/GraphIO.java
U    testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java
Updated to revision 1180.
--8<---------------cut here---------------end--------------->8---

Now I fire up emacs -Q and open uni/repos/jgralab in vc-dir.  It lists
all unregistered files and dirs + the direcories containing the
unregistered stuff.  Those don't have a status label.

The first unexpected thing is that while "svn log" shows the log till
r1180 (as expected), `l' in vc-dir already shows the log till r1182.
How can that be?  "svn info" on the cmd line shows that the working copy
is still at r1180:

--8<---------------cut here---------------start------------->8---
% svn info 
Path: .
URL: https://svn.uni-koblenz.de/ist/projects/jgralab/trunk
Repository Root: https://svn.uni-koblenz.de/ist/projects
Repository UUID: 14684003-7d41-0410-9628-51a292b15fd0
Revision: 1180
Node Kind: directory
Schedule: normal
Last Changed Author: horn
Last Changed Rev: 1180
Last Changed Date: 2009-04-08 17:18:28 +0200 (Wed, 08 Apr 2009)
--8<---------------cut here---------------end--------------->8---

So where does `vc-print-log' get its informations from if not from "svn
log"?

Then I do a `+' in the vc-dir buffer and expect the files
src/de/uni_koblenz/jgralab/GraphIO.java and
testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java to be marked
as updated.  But the buffer contents don't change at all...

In buffer *vc* I do see what I expected:

--8<---------------cut here---------------start------------->8---
U    src/de/uni_koblenz/jgralab/GraphIO.java
U    testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java
Updated to revision 1182.
--8<---------------cut here---------------end--------------->8---

> If you start another emacs instance and in that new emacs instance do
> C-x v d /path/to/dir RET do you see something different than in the
> original instance?

No, and as I've said, that's tested with emacs -Q.

Bye,
Tassilo
-- 
GNU Emacs 23.0.92.1 (x86_64-pc-linux-gnu, GTK+ Version 2.14.7)
of 2009-04-08 on thinkpad




reply via email to

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