From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1277 invoked by alias); 16 Oct 2007 13:17:20 -0000 Received: (qmail 1263 invoked by uid 22791); 16 Oct 2007 13:17:18 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 16 Oct 2007 13:17:15 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 362E718701F; Tue, 16 Oct 2007 15:21:49 +0200 (CEST) From: "Pierre Muller" To: "'Daniel Jacobowitz'" , Subject: [RFC] Add links to cvsweb in ARI pages Date: Tue, 16 Oct 2007 13:17:00 -0000 Message-ID: <001301c80ff6$dade43b0$909acb10$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00117.txt.bz2 I thought that it would be helpful to be able to open a specific source file in the ARI table by just clicking on it. I was almost able to do so: I changed update-web-ari so that I have a link for ada-exp.y to http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ada-exp.y?cvsroot=src But this is not really what I wanted. I wanted a direct link to the current HEAD tagged source. Searching information about cvsweb I found that using rev=. or rev=HEAD was supposed to work. But when I tried it for sourceware.org cvsweb it always failed. The sources contain this comment But I couldn't find where this is coming from. I downloaded cvsweb 3.0.6, the latest official release, available at http://www.freebsd.org/projects/cvsweb.html and it seemed to contain specific code to handle 'rev=.' and 'rev=HEAD' Would it be possible to update cvsweb to support this feature? Pierre Muller PS: This might not be the most suitable mailing list to discuss this as it is not only about gdb but would have a more general influence on the whole cvsweb pages of sourceware.org Daniel, could you forward this to the right mailing list if you know where it should be discussed?