GNU bug report logs - #11012
VC git checkout fails with error

Previous Next

Package: emacs;

Reported by: David Reitter <david.reitter <at> gmail.com>

Date: Wed, 14 Mar 2012 14:40:02 UTC

Severity: normal

Found in version 23.4

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: David Reitter <david.reitter <at> gmail.com>
Subject: bug#11012: closed (Re: bug#11012: VC git checkout fails with error)
Date: Sun, 10 Jun 2012 18:33:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#11012: VC git checkout fails with error

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 11012 <at> debbugs.gnu.org.

-- 
11012: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11012
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 11012-done <at> debbugs.gnu.org
Subject: Re: bug#11012: VC git checkout fails with error
Date: Sun, 10 Jun 2012 14:29:30 -0400
Emacs 24.1, where this is fixed, has been released.

[Message part 3 (message/rfc822, inline)]
From: David Reitter <david.reitter <at> gmail.com>
To: Bug-Gnu-Emacs <bug-gnu-emacs <at> gnu.org>
Subject: VC git checkout fails with error
Date: Wed, 14 Mar 2012 10:08:45 -0400
X-Debbugs-CC: Robert Goldman <rpgoldman <at> sift.info>

Begin forwarded message:

> From: Robert Goldman <rpgoldman <at> sift.info>
> Subject: [Aquamacs-bugs] VC git checkout fails with error
> Date: March 12, 2012 12:38:58 PM EDT
> To: Aquamacs bugs list <aquamacs-bugs <at> aquamacs.org>
> Reply-To: rpgoldman <at> sift.info, Bug reports for Aquamacs Emacs <aquamacs-bugs <at> aquamacs.org>
> 
> Using ^X V + (vc-update) in a buffer under git revision control calls 
> vc-git-command as follows:
> 
> vc-git-command(nil 0 <filename> "checkout" t)
> 
> The arguments to vc-git-command are 
> 
> (defun vc-git-command (buffer okstatus file-or-list &rest flags)
> 
> and it calls 
> 
> vc-do-command (buffer okstatus command file-or-list &rest flags)
> 
> with flags as ("checkout" t)
> 
> but vc-do-command treats flags as a list of strings, meaning that it
> blows up with a not-a-sequence error here:
> 
> (mapcar (lambda (s) (if (> (length s) 20) (concat (substring s 0 2) "...")  s)) flags)
> 
> vc-dispatcher.el, line 300.
> 
> That last argument, T, is supposed to be a REV at the bottom of the call stack, where we call vc-update and then vc-checkout.
> 
> The slip-up seems to be on the pass-through to vc-call-backend.
> 
> Aquamacs info:
> 
> GNU Emacs 23.3.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
> of 2011-10-25 on braeburn.aquamacs.org - Aquamacs Distribution 2.4
> 
> Snow Leopard




This bug report was last modified 13 years and 41 days ago.

Previous Next


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