From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Git VC commands on remote file via Tramp Date: Wed, 09 Jan 2008 12:22:37 +0100 Message-ID: References: <2A20716B-D91E-4A82-A67E-9B627E3EA3EF@co.sapo.pt> <87abngkr4r.fsf@gmx.de> <40ACEA2A-0C67-4A7F-890B-E1CE934262A1@co.sapo.pt> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1199877794 32605 80.91.229.12 (9 Jan 2008 11:23:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2008 11:23:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?Andr=E9?= Cruz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 09 12:23:35 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JCZ1w-0007Ft-Lp for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 12:23:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCZ1R-0007BN-QB for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 06:23:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCZ10-000728-SO for emacs-devel@gnu.org; Wed, 09 Jan 2008 06:22:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCZ0s-0006yP-0R for emacs-devel@gnu.org; Wed, 09 Jan 2008 06:22:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCZ0r-0006yI-OI for emacs-devel@gnu.org; Wed, 09 Jan 2008 06:22:25 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JCZ0a-0002Pv-VV for emacs-devel@gnu.org; Wed, 09 Jan 2008 06:22:25 -0500 Original-Received: from mailrelay2.alcatel.de ([194.113.59.96]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCZ0P-0007Yw-2m for emacs-devel@gnu.org; Wed, 09 Jan 2008 06:21:57 -0500 Original-Received: from slbhab.alcatel.de (slbhab.bln.sel.alcatel.de [149.204.63.218]) by mailrelay2.alcatel.de (8.13.4/8.13.4/ICT) with ESMTP id m09BLnNi022334; Wed, 9 Jan 2008 12:21:49 +0100 In-Reply-To: <40ACEA2A-0C67-4A7F-890B-E1CE934262A1@co.sapo.pt> (=?iso-8859-1?Q?Andr=E9?= Cruz's message of "Wed, 9 Jan 2008 10:46:38 +0000") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.51 on 149.204.45.73 X-MIME-Autoconverted: from 8bit to quoted-printable by mailrelay2.alcatel.de id m09BLnNi022334 X-detected-kernel: by mx20.gnu.org: Linux 2.4-2.6 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86635 Archived-At: Andr=E9 Cruz writes: > Hello Michael. Hi Andr=E9, >> Shall be fixed now. I did need to patch both vc-git.el and tramp.el. > > Are you sure? I just did a checkout of the latest emacs cvs which has > your changes to vc-git.el and tramp.el and I get the same error: Have you applied "make bootstrap" after syncing with CVS? I don't see the git calls in the trace which shall happen now. > Also... Will I be able to backport these changes to 22.1? I work on an > OSX machine and there is no Carbon support on the latest 23.0 I don't believe so. vc-git.el is not there, and Tramp 2.0 (which is the version in Emacs 22) is seriously different to Tramp 2.1. > Thanks for the help, > Andr=E9 Cruz Best regards, Michael.