all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: emacs-devel@gnu.org
Subject: Re: Updates not shown in vc-dir buffers?
Date: Thu, 9 Apr 2009 13:08:28 -0700 (PDT)	[thread overview]
Message-ID: <200904092008.n39K8SkG005429@godzilla.ics.uci.edu> (raw)
In-Reply-To: <87ljq94twh.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 09 Apr 2009 19:30:06 +0200")

Tassilo Horn <tassilo@member.fsf.org> writes:

  > Dan Nicolaescu <dann@ics.uci.edu> writes:
  > 
  > >   > 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:
  > >   > 
  > >   > U    src/de/uni_koblenz/jgralab/GraphIO.java
  > >   > U    testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java
  > >   > Updated to revision 1182.
  > >
  > > Unfortunately I can't try this now.
  > >
  > > What does the *vc-dir* buffer show about the 2 files at this point?
  > 
  > They are not shown at all.  Since I opened the buffer initially, only
  > unregistered files and their parent directories are shown.
  > 
  > > Is it different from the output of 
  > > svn status -u 
  > > for those 2 files?
  > 
  > Now I updated to the old r1180 (2 commits away from HEAD) and that's the
  > output from svn status -u:
  > 
  > % svn status -u
  > ?                    src/de/uni_koblenz/jgralab/greql2/schema
  > ?                    src/de/uni_koblenz/jgralab/greql2/parser/Greql2__.g
  > ?                    src/de/uni_koblenz/jgralab/greql2/parser/Greql2Parser.java
  > ?                    src/de/uni_koblenz/jgralab/greql2/parser/Greql2Lexer.java
  > ?                    src/de/uni_koblenz/jgralab/greql2/parser/Greql2.tokens
  > ?                    src/de/uni_koblenz/jgralab/grumlschema
  >         *     1180   src/de/uni_koblenz/jgralab/GraphIO.java
  >         *     1180   testit/de/uni_koblenz/jgralabtest/coretest/VertexTest.java
  > ?                    testit/de/uni_koblenz/jgralabtest/schemas
  > ?                    build
  > Status against revision:   1182
  > 
  > vc-dir shows those results:
  > 
  > VC backend : SVN
  > Working dir: ~/uni/repos/jgralab/
  > Repository : https://svn.uni-koblenz.de/ist/projects
  > 
  >                          ./
  >     unregistered         build
  >                          src/de/uni_koblenz/jgralab/
  >     unregistered         src/de/uni_koblenz/jgralab/grumlschema
  >                          src/de/uni_koblenz/jgralab/greql2/
  >     unregistered         src/de/uni_koblenz/jgralab/greql2/schema
  >                          src/de/uni_koblenz/jgralab/greql2/parser/
  >     unregistered         src/de/uni_koblenz/jgralab/greql2/parser/Greql2.tokens
  >     unregistered         src/de/uni_koblenz/jgralab/greql2/parser/Greql2Lexer.java
  >     unregistered         src/de/uni_koblenz/jgralab/greql2/parser/Greql2Parser.java
  >     unregistered         src/de/uni_koblenz/jgralab/greql2/parser/Greql2__.g
  >                          testit/de/uni_koblenz/jgralabtest/
  >     unregistered         testit/de/uni_koblenz/jgralabtest/schemas
  > 
  > 
  > > If yes, what is the result of 
  > >
  > > M-: (vc-call-backend vc-dir-backend 'state "/path/to/dir/FILENAME") RET
  > 
  > (vc-call-backend vc-dir-backend 'state
  >  "/home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java")
  > 
  > says up-to-date.

What do you get if after that you do:

M-: (progn (vc-call-backend vc-dir-backend 'registered "/home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java") (vc-call-backend vc-dir-backend 'state "/home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java")) RET





  reply	other threads:[~2009-04-09 20:08 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
2009-04-09 16:35     ` Dan Nicolaescu
2009-04-09 17:30       ` Tassilo Horn
2009-04-09 20:08         ` Dan Nicolaescu [this message]
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=200904092008.n39K8SkG005429@godzilla.ics.uci.edu \
    --to=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.