From owner-freebsd-cvsweb@FreeBSD.ORG Sat Jun 10 18:05:56 2006 Return-Path: X-Original-To: freebsd-cvsweb@freebsd.org 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 4336A16A5A6 for ; Sat, 10 Jun 2006 18:05:56 +0000 (UTC) (envelope-from smith_roy@emc.com) Received: from mexforward.lss.emc.com (mexforward.lss.emc.com [128.222.32.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 101B544894 for ; Sat, 10 Jun 2006 17:48:18 +0000 (GMT) (envelope-from smith_roy@emc.com) Received: from mailhub.lss.emc.com (nirah.lss.emc.com [10.254.144.13]) by mexforward.lss.emc.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k5AHmI7A011800 for ; Sat, 10 Jun 2006 13:48:18 -0400 (EDT) Received: from [192.168.1.3] (USCSPERKIML2C.corp.emc.com [10.4.18.194]) by mailhub.lss.emc.com (Switch-3.1.8/Switch-3.1.7) with ESMTP id k5AHmG4O008738; Sat, 10 Jun 2006 13:48:17 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <927da180c36c5a2495e8a02a9c664aff@emc.com> Content-Transfer-Encoding: 7bit From: Roy Smith Date: Sat, 10 Jun 2006 13:48:00 -0400 To: freebsd-cvsweb@freebsd.org X-Mailer: Apple Mail (2.624) X-PMX-Version: 4.7.1.128075, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.6.10.101432 X-PerlMx-Spam: Gauge=, SPAM=2%, Reason='EMC_FROM_0+ -2, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: Subject: Entering tag into version box for diffs X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jun 2006 18:05:56 -0000 I'm running cvsweb 3.0.6. Is there some fundamental reason why I can't type a tag into the "tr1" and "tr2" fields in the diff request form? When I do, I get the error "Error: Invalid revision: tr1=B-IC-6-2". I know I can pick B-IC-6-2 out of the pop-up menu, but we've got hundreds of tags on most revisions (we tag on every build), so the pop-up menu is quite long and unwieldy. It would be so much easier to just type the tag name into the text box. I'm assuming that all that happens with the content of the text box is it's passed along to a "cvs diff -r XXX" command, which is happy to accept either numeric or symbolic revisions.