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: Mon, 13 Apr 2009 11:39:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:

Hi Dan,

>   > > I tried to follow you description and reproduce what you are
>   > > doing here (I obviously don't have access to your files), and I
>   > > could not get anything to fail.
>   > 
>   > Which svn version are you using?  It's 1.6.0 here.
>
> 1.5.4 here
>
> You can try to debug why
> (vc-svn-state 
> "/home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java")
> returns 'up-to-date

It seems that it always wants to stay local (vc-stay-local-p returns
only-file), and thus does "svn update <file> -v".  But then there's no
indication that there's a newer file on the server, e.g. there's no * in
the output.

--8<---------------cut here---------------start------------->8---
% svn status 
/home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java -v
              1180     1104 horn         
/home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java
% svn status 
/home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java -u
        *     1180   
/home/horn/uni/repos/jgralab/src/de/uni_koblenz/jgralab/GraphIO.java
Status against revision:   1182
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo




reply via email to

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