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: Tue, 08 Jan 2008 21:18:44 +0100 Message-ID: <87abngkr4r.fsf@gmx.de> References: <2A20716B-D91E-4A82-A67E-9B627E3EA3EF@co.sapo.pt> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1199823337 4380 80.91.229.12 (8 Jan 2008 20:15:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jan 2008 20:15:37 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-15?Q?Andr=E9?= Cruz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 08 21:15:58 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 1JCKrX-0002n7-Fm for ged-emacs-devel@m.gmane.org; Tue, 08 Jan 2008 21:15:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCKrA-00069S-7f for ged-emacs-devel@m.gmane.org; Tue, 08 Jan 2008 15:15:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCKr2-00067l-Tc for emacs-devel@gnu.org; Tue, 08 Jan 2008 15:15:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCKr0-00066V-U5 for emacs-devel@gnu.org; Tue, 08 Jan 2008 15:15:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCKr0-00066J-KW for emacs-devel@gnu.org; Tue, 08 Jan 2008 15:15:18 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JCKr0-00041N-D0 for emacs-devel@gnu.org; Tue, 08 Jan 2008 15:15:18 -0500 Original-Received: (qmail invoked by alias); 08 Jan 2008 20:15:16 -0000 Original-Received: from p57A23FD4.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.63.212] by mail.gmx.net (mp035) with SMTP; 08 Jan 2008 21:15:16 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+4h6hXw9q4ZycRJcd9QGvoRQjo1C/nX55KcteA9L zFcbQtFneo6w/y In-Reply-To: <2A20716B-D91E-4A82-A67E-9B627E3EA3EF@co.sapo.pt> (=?iso-8859-15?Q?=22Andr=E9?= Cruz"'s message of "Sun, 6 Jan 2008 04:04:06 +0000") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 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:86585 Archived-At: Andr=E9 Cruz writes: > Hello all. Hi, > I'm having some problems using the VC commands on a remote file which > has a Git backend. On local files I can use Git as a vc backend with > no problems but on remote files I get: > > Debugger entered--Lisp error: (error "No fileset is available here.") > signal(error ("No fileset is available here.")) > error("No fileset is available here.") > vc-deduce-fileset() > vc-print-log() > call-interactively(vc-print-log nil nil) > > I'm using the latest Emacs from CVS and the latest tramp version. Is > the problem on Emacs, vc-git.el or tramp? Shall be fixed now. I did need to patch both vc-git.el and tramp.el. > Thanks for the help, > Andr=E9 Cruz Best regards, Michael.