From owner-freebsd-chat@FreeBSD.ORG Sat Feb 9 15:01:49 2008 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC43116A419 for ; Sat, 9 Feb 2008 15:01:49 +0000 (UTC) (envelope-from lomion@mac.com) Received: from smtpoutm.mac.com (smtpoutm.mac.com [17.148.16.70]) by mx1.freebsd.org (Postfix) with ESMTP id C73FB13C474 for ; Sat, 9 Feb 2008 15:01:49 +0000 (UTC) (envelope-from lomion@mac.com) Received: from mac.com (asmtp001-s [10.150.69.64]) by smtpoutm.mac.com (Xserve/smtpout007/MantshX 4.0) with ESMTP id m19Ekgsu023875; Sat, 9 Feb 2008 06:46:42 -0800 (PST) Received: from [10.0.1.2] (c-68-45-217-80.hsd1.nj.comcast.net [68.45.217.80]) (authenticated bits=0) by mac.com (Xserve/asmtp001/MantshX 4.0) with ESMTP id m19EkbnY001495 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sat, 9 Feb 2008 06:46:38 -0800 (PST) Message-Id: <5B566606-C65A-44A9-BD1E-C8FCF439DEC0@mac.com> From: Lawrence Sica To: "Jeremy C. Reed" In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Sat, 9 Feb 2008 09:46:37 -0500 References: X-Mailer: Apple Mail (2.915) Cc: freebsd-chat@freebsd.org Subject: Re: tool to organize all CVS commit logs to make one ChangeLog? X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2008 15:01:49 -0000 On Feb 9, 2008, at 9:45 AM, Jeremy C. Reed wrote: > Anyone know of a tool that will look at CVS commit messages to make a > single change list? > > It would need to list the file names changed (and maybe revision > numbers) > and include the username of the committer, the date (and maybe time). > > It would need to consolidate identical commit messages (from different > files committed at same time). > > And put them in order by date. > rcs2log. It's what I use to generate a CHANGELOG. --Larry > > _______________________________________________ > freebsd-chat@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-chat > To unsubscribe, send any mail to "freebsd-chat- > unsubscribe@freebsd.org"