From owner-freebsd-cvsweb@FreeBSD.ORG Thu Oct 2 09:18:22 2003 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 157EB16A4BF for ; Thu, 2 Oct 2003 09:18:22 -0700 (PDT) Received: from smtp1.pp.htv.fi (smtp1.pp.htv.fi [212.90.64.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5537943F93 for ; Thu, 2 Oct 2003 09:18:21 -0700 (PDT) (envelope-from scop@FreeBSD.org) Received: from posti.pp.htv.fi (posti.pp.htv.fi [212.90.64.50]) by smtp1.pp.htv.fi (Postfix) with ESMTP id 3DA907FF06 for ; Thu, 2 Oct 2003 19:18:20 +0300 (EEST) Received: from cs78134079.pp.htv.fi (cs78134079.pp.htv.fi [62.78.134.79]) /8.11.1) with ESMTP id h92GIJ124429 for ; Thu, 2 Oct 2003 19:18:19 +0300 (EETDST) From: Ville =?ISO-8859-1?Q?Skytt=E4?= To: freebsd-cvsweb@FreeBSD.org In-Reply-To: <1065069119.869.13.camel@Generixz> References: <1065069119.869.13.camel@Generixz> Content-Type: text/plain Organization: FreeBSD Message-Id: <1065111498.2921.54.camel@bobcat.mine.nu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 02 Oct 2003 19:18:19 +0300 Content-Transfer-Encoding: 7bit Subject: Re: Diff Problem X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list [restricted posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2003 16:18:22 -0000 On Thu, 2003-10-02 at 07:31, Rizki Hendra wrote: > Now i'm using CVSWEB in my CVS repository, everything is look working > properly, but when i try to diff between branch tag i get some errors. > The errors message : " Error: Malformed query (r1=1.12.2:DEV/UR/00359) " > > Somebody can explain to me about this error message ?? Yep, it's a bug, CVSweb doesn't allow /'s in tag names (or actually, revisions). Will take a look soon. Workaround: use the numeric revision (1.12.2 in the above case) in the text field. Thanks for the report!