From owner-cvs-src@FreeBSD.ORG Sat Sep 10 10:48:54 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F339216A41F; Sat, 10 Sep 2005 10:48:53 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mo1so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF3D43D4C; Sat, 10 Sep 2005 10:48:53 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd4mr7so.prod.shaw.ca (pd4mr7so-qfe3.prod.shaw.ca [10.0.141.84]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IML007TNKD8D590@l-daemon>; Sat, 10 Sep 2005 04:41:32 -0600 (MDT) Received: from pn2ml3so.prod.shaw.ca ([10.0.121.147]) by pd4mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IML001R4KD8IZ60@pd4mr7so.prod.shaw.ca>; Sat, 10 Sep 2005 04:41:32 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0IML00DC7KD7M0@l-daemon>; Sat, 10 Sep 2005 04:41:32 -0600 (MDT) Date: Sat, 10 Sep 2005 03:41:31 -0700 From: Colin Percival In-reply-to: <20050910103237.GD53891@cell.sick.ru> To: Gleb Smirnoff Message-id: <4322B85B.2070203@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=KOI8-R Content-transfer-encoding: 7bit X-Accept-Language: en-us, en X-Enigmail-Version: 0.92.0.0 References: <200509091936.j89JaUkA061400@repoman.freebsd.org> <4321E5DC.6020704@freebsd.org> <20050909195940.GA32217@dragon.NUXI.org> <4322B308.90703@freebsd.org> <20050910103237.GD53891@cell.sick.ru> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, obrien@FreeBSD.org Subject: Re: cvs commit: CVSROOT exclude X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 10:48:54 -0000 Gleb Smirnoff wrote: > On Sat, Sep 10, 2005 at 03:18:48AM -0700, Colin Percival wrote: > C> I see your point, but the number of people who would rely upon being able > C> to search for $FreeBSD$ tags is small -- and that approach won't work at > C> all for people who downloaded the patches from ftp.freebsd.org instead of > C> using CVSup. > > I don't agree that number of people who would use $FreeBSD$ tags is small. > > Concerning patched on FTP: why we don't supply patches that change RCS Id? Two reasons: 1. Those patches are generated (and often uploaded to ftp-master) before the CVS commits are done. 2. Where possible, we provide a single patch which applies to multiple branches, and this wouldn't be possible if we needed to include branch-specific RCS Id tags. Colin Percival