bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#14242: vc-next-action with registered file [VC-mode with subversion


From: David Reitter
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@sift.info>

Begin forwarded message:

> From: Robert Goldman <rpgoldman@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@aquamacs.org>
> Reply-To: aquamacs-devel@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@googlegroups.com.
> 
> 






reply via email to

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