From owner-freebsd-questions@FreeBSD.ORG Fri May 28 13:01:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6363116A4CE for ; Fri, 28 May 2004 13:01:47 -0700 (PDT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1657543D45 for ; Fri, 28 May 2004 13:01:47 -0700 (PDT) (envelope-from pieckiel@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:pieckiel@sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i4SK1h2b024774; Fri, 28 May 2004 20:01:43 GMT Received: (from pieckiel@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i4SK1hqd029277; Fri, 28 May 2004 16:01:43 -0400 (EDT) Date: Fri, 28 May 2004 16:01:43 -0400 From: "Kevin A. Pieckiel" To: Andreas Kohn Message-ID: <20040528200143.GA26702@SDF.LONESTAR.ORG> Mail-Followup-To: Andreas Kohn , "Kevin A. Pieckiel" , freebsd-questions@freebsd.org References: <20040517192705.GA7889@SDF.LONESTAR.ORG> <1084905812.91867.6.camel@klamath.syndrom23.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1084905812.91867.6.camel@klamath.syndrom23.de> User-Agent: Mutt/1.4.2.1i cc: "Kevin A. Pieckiel" cc: freebsd-questions@freebsd.org Subject: Re: Searching CVS commits X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 20:01:47 -0000 On Tue, May 18, 2004 at 08:43:33PM +0200, Andreas Kohn wrote: > cvs can't provide you with that kind of information, because it doesn't > remember it (cvs works on file-by-file base). But, it can tell you when > the 1.337 commit to vfs_syscalls.c happened. > > ... > > You can then use the archive of the cvs-src mailing list at > http://lists.freebsd.org/pipermail/cvs-src/2004-February to find the > commit: > > http://lists.freebsd.org/pipermail/cvs-src/2004-February/018554.html > > That should tell you all modified files in this commit. That's EXACTLY what I was looking for! That's a HUGE help. I didn't even know the info in the cvs-src mailing list existed. Thanks a bunch. Kevin