From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andr=E9_Cruz?= Newsgroups: gmane.emacs.devel Subject: Git VC commands on remote file via Tramp Date: Sun, 6 Jan 2008 04:04:06 +0000 Message-ID: <2A20716B-D91E-4A82-A67E-9B627E3EA3EF@co.sapo.pt> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1199592272 32402 80.91.229.12 (6 Jan 2008 04:04:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 04:04:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 05:04:52 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 1JBMkk-0003VN-UC for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2008 05:04:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBMkO-0001RL-AP for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 23:04:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBMkL-0001RG-0c for emacs-devel@gnu.org; Sat, 05 Jan 2008 23:04:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBMkK-0001R8-Ir for emacs-devel@gnu.org; Sat, 05 Jan 2008 23:04:24 -0500 Original-Received: from mail.sl.pt ([212.55.140.13] helo=sl.pt) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBMkJ-0002PM-U1 for emacs-devel@gnu.org; Sat, 05 Jan 2008 23:04:24 -0500 Original-Received: (qmail 20160 invoked from network); 6 Jan 2008 04:04:06 -0000 X-Virus-Status: Clean (0.01003 seconds) ; Version: 0.3-0.88.6 Original-Received: from unknown (HELO prettyboy) (andre.cruz@sl.pt@[85.240.149.56]) (envelope-sender ) by mail-sl (qmail-ldap-1.03) with AES128-SHA encrypted SMTP for ; 6 Jan 2008 04:04:06 -0000 Received-SPF: neutral (mail-sl: domain of (null) is neutral about designating 85.240.149.56 as permitted sender) X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:86284 Archived-At: Hello all. I'm having some problems using the VC commands on a remote file which =20= has a Git backend. On local files I can use Git as a vc backend with =20 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 =20 the problem on Emacs, vc-git.el or tramp? Thanks for the help, Andr=E9 Cruz=