all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: Dan Nicolaescu <dann@ics.uci.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Updates not shown in vc-dir buffers?
Date: Thu, 09 Apr 2009 17:58:40 +0200	[thread overview]
Message-ID: <87iqldlsy7.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: <200904091433.n39EXTQA001015@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Thu, 9 Apr 2009 07:33:29 -0700 (PDT)")

Dan Nicolaescu <dann@ics.uci.edu> 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	other threads:[~2009-04-09 15:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-09 13:16 Updates not shown in vc-dir buffers? Tassilo Horn
2009-04-09 14:33 ` Dan Nicolaescu
2009-04-09 15:58   ` Tassilo Horn [this message]
2009-04-09 16:35     ` Dan Nicolaescu
2009-04-09 17:30       ` Tassilo Horn
2009-04-09 20:08         ` Dan Nicolaescu
2009-04-09 20:21           ` Tassilo Horn
2009-04-11 15:16             ` Dan Nicolaescu
2009-04-11 17:26               ` Tassilo Horn
2009-04-13  7:20                 ` Dan Nicolaescu
2009-04-13  9:39                   ` Tassilo Horn
2009-04-13 17:17                     ` Dan Nicolaescu
2009-04-13 18:32                       ` Tassilo Horn
2009-04-13 18:39                         ` Dan Nicolaescu
2009-04-13 19:25                           ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iqldlsy7.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.