GNU bug report logs - #14242
vc-next-action with registered file [VC-mode with subversion 1.7.8]

Previous Next

Package: emacs;

Reported by: Robert Goldman <rpgoldman <at> sift.info>

Date: Mon, 22 Apr 2013 15:52:01 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: David Reitter <david.reitter <at> gmail.com>
To: 14242 <at> debbugs.gnu.org
Cc: robert goldman <rpgoldman <at> sift.info>
Subject: bug#14242: vc-next-action with registered file [VC-mode with subversion 1.7.8]
Date: Mon, 22 Apr 2013 11:46:19 -0400
X-Debbugs-CC: Robert Goldman <rpgoldman <at> sift.info>

Begin forwarded message:

> From: Robert Goldman <rpgoldman <at> sift.info>
> Subject: [aquamacs-devel] I'm not sure this is a bug.... [VC-mode with subversion 1.7.8]
> Date: April 21, 2013 6:40:08 PM EDT
> To: Development of Aquamacs Emacs <aquamacs-devel <at> aquamacs.org>
> Reply-To: aquamacs-devel <at> googlegroups.com
> 
> ... but using vc-mode on nightlies with subversion repositories, I am
> getting an odd behavior where ^X-V-V (vc-next-action) on a registered
> file gives me an error message that the file is already registered.
> 
> I have looked into this, and it seems like what's happening is that
> emacs mistakenly thinks the file is not registered, so decides the next
> action is to register the file.  Then, when it attempts to do so
> (presumably with "svn add"), it gets an error message.
> 
> If I do vc-next-action again, immediately following the one that yielded
> an error, then I can correctly make a commit.
> 
> As an example, here's what happens if I trace vc-deduce-fileset:
> 
> 1 -> (vc-deduce-fileset nil t state-model-only-files)
> 1 <- vc-deduce-fileset: (SVN (#1="/Users/rpg/org/notes.org") (#1#)
> unregistered implicit)
> 
> You will see that it believes the file to be unregistered (at least
> that's what I guess this means).
> 
> When I invoke vc-next-action again on the same file, I see this:
> 
> 1 -> (vc-deduce-fileset nil t state-model-only-files)
> 1 <- vc-deduce-fileset: (SVN (#1="/Users/rpg/org/notes.org") (#1#)
> edited implicit)
> 
> Anyone else seeing this?
> 
> svn version 1.7.8 from MacPorts.
> 
> It looks to me like "svn status -v" with this version of subversion may
> generate something that vc-svn doesn't expect:
> 
> [rpgoldman-3:~/org] rpg% svn status -v notes.org
>             21567    21567 rpgoldman    notes.org
> [rpgoldman-3:~/org] rpg% svn status notes.org
> [rpgoldman-3:~/org]
> 
> GNU Emacs 24.3.50.3 (x86_64-apple-darwin10.8.0, NS apple-appkit-1038.36)
> of 2013-04-04 on asura.local - Aquamacs Distribution 3.xdev
> 
> [yeah, time to pull a newer nightly...]
> 
> Best,
> r
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups "aquamacs-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to aquamacs-devel+unsubscribe <at> googlegroups.com.
> 
> 





This bug report was last modified 9 years and 152 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.