From owner-freebsd-stable@FreeBSD.ORG Wed Jun 17 17:31:13 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E538B106564A for ; Wed, 17 Jun 2009 17:31:13 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.freebsd.org (Postfix) with ESMTP id 788C28FC08 for ; Wed, 17 Jun 2009 17:31:13 +0000 (UTC) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from mail-gw6.york.ac.uk (mail-gw6.york.ac.uk [144.32.129.26]) by mail-gw1.york.ac.uk (8.13.6/8.13.6) with ESMTP id n5HH0RJb018872; Wed, 17 Jun 2009 18:00:27 +0100 (BST) Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk) by mail-gw6.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MGyUt-0000bw-Nf; Wed, 17 Jun 2009 18:00:27 +0100 Received: from buffy.york.ac.uk (localhost [127.0.0.1]) by buffy.york.ac.uk (8.14.3/8.14.3) with ESMTP id n5HH0Qgg043481; Wed, 17 Jun 2009 18:00:26 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: (from ga9@localhost) by buffy.york.ac.uk (8.14.3/8.14.3/Submit) id n5HH0Q9U043480; Wed, 17 Jun 2009 18:00:26 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: buffy.york.ac.uk: ga9 set sender to gavin.atkinson@ury.york.ac.uk using -f From: Gavin Atkinson To: Henri Hennebert In-Reply-To: <4A3902DE.3070708@restart.be> References: <80e5e7a7219ab28dfc5d821f14c1ba1e.squirrel@cygnus.homeunix.com> <4A38FAAE.7060100@andric.com> <4A3902DE.3070708@restart.be> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Wed, 17 Jun 2009 18:00:26 +0100 Message-Id: <1245258026.40309.50.camel@buffy.york.ac.uk> Mime-Version: 1.0 X-Mailer: Evolution 2.22.2 FreeBSD GNOME Team Port X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk Cc: freebsd-stable@freebsd.org, Nenhum_de_Nos Subject: Re: ZFS pool from current X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2009 17:31:14 -0000 On Wed, 2009-06-17 at 16:51 +0200, Henri Hennebert wrote: > Nenhum_de_Nos wrote: > > thanks, I was just looking for this update on web interface to cvs and > > there is nothing in UPDATING for RELENG_7 there. is this really supposed > > to happen ? > > Sadly a known and ignored problem of cvsweb > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/120185 > > Henri As far as I can tell, this isn't really a problem with cvsweb, but more of a problem with the repository itself. The issue comes when a commit is made and the log message includes the magic string that CVS uses internally to track different revisions. The patch proposed in that PR appears to be more of a hack than a fix. It's the same reason that (for example) http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/rc.d/ntpd lists a revision 1.335 even though the most recent commit was version 1.18. On the upside, it doesn't appear that these bogus commits have ended up replicated in the SVN repository. Gavin