From owner-freebsd-cvsweb@FreeBSD.ORG Thu Oct 14 21:12:24 2004 Return-Path: Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63EE016A4CE for ; Thu, 14 Oct 2004 21:12:24 +0000 (GMT) Received: from smtp006.bizmail.sc5.yahoo.com (smtp006.bizmail.sc5.yahoo.com [66.163.175.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 4101943D31 for ; Thu, 14 Oct 2004 21:12:24 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.240.189 with login) by smtp006.bizmail.sc5.yahoo.com with SMTP; 14 Oct 2004 21:12:23 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 209176168; Thu, 14 Oct 2004 16:12:23 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 05504-02; Thu, 14 Oct 2004 16:12:21 -0500 (CDT) Received: from www.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 6BA2F60D2; Thu, 14 Oct 2004 16:12:21 -0500 (CDT) Received: from 69.53.57.66 (SquirrelMail authenticated user noackjr); by www.noacks.org with HTTP; Thu, 14 Oct 2004 16:12:21 -0500 (CDT) Message-ID: <58670.69.53.57.66.1097788341.squirrel@69.53.57.66> In-Reply-To: <200410142354.43039@kde_is_very_cool> References: <200410142354.43039@kde_is_very_cool> Date: Thu, 14 Oct 2004 16:12:21 -0500 (CDT) From: "Jon Noack" To: "Claudiu Costin" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at noacks.org cc: freebsd-cvsweb@freebsd.org cc: Krzysztof Lichota Subject: Re: cvsweb will not work like before :( X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 21:12:24 -0000 Claudiu Costin wrote: > Dear friends, > > I'm devel/maintainer of KDE GUI Stats and KDE DOC Stats > from http://i18n.kde.org/stats/gui/ and respectively > http://i18n.kde.org/stats/doc/ used by KDE translators > not only to see the progress but even to quickly fetch the > PO file which need work on it. > > From the day when out Chris Molnar upgraded the KDE webcvs > http://webcvs.kde.org/ links from the pages with statistics > ceased to work. No problem here. But when tried to put the > links in the new form I found that it's imposible to fetch > the last file revision from a branch > (i.e. KDE_3_3_BRANCH) whithout knowing it's revision in advance. > > The old webcvs interface allowed this. > > 1) If exists a solution with actual webcvs code, > could you webcvs masters can tell me how the URL will look's like? > > For example in my PHP script I have the following printf() like string > variable: > $cvswebformat2="http://webcvs.kde.org/cgi-bin/cvsweb.cgi/~checkout~/kde-i18n/%s?rev=%s&content-type=text/plain"; > where first "%s" is like fr/kdeadmin/kcron.po, and second "%s" is branch > like KDE_3_3_BRANCH or HEAD. Actually, it works fine for "HEAD" or ".". According to the Changelog, this functionality was "resurrected" on 2004-04-20. However, other branches/tags I tried did not work. Jon