From owner-freebsd-hackers Mon Feb 27 16:33:34 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA24493 for hackers-outgoing; Mon, 27 Feb 1995 16:33:34 -0800 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id QAA24487 for ; Mon, 27 Feb 1995 16:33:33 -0800 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA04295; Mon, 27 Feb 95 17:26:28 MST From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9502280026.AA04295@cs.weber.edu> Subject: Re: Binary compatibility with NetBSD To: nate@trout.sri.MT.net (Nate Williams) Date: Mon, 27 Feb 95 17:26:28 MST Cc: phk@ref.tfs.com, jkh@freefall.cdrom.com, freebsd-hackers@FreeBSD.org In-Reply-To: <199502280029.RAA07995@trout.sri.MT.net> from "Nate Williams" at Feb 27, 95 05:29:35 pm X-Mailer: ELM [version 2.4dev PL52] Sender: hackers-owner@FreeBSD.org Precedence: bulk > It *may* be possible for a utility to automatically pull out the changes > and commit messages at a later date, but *until* the libraries are > sync'd up, this will not work. (And I don't want to be the one to write > this utility) Here's a simply utility: #!/bin/sh echo "Here is the committ messages!" cvs log $* echo "Here are the changes!" cvs diff $* Admittedly, it could do with some user parameter checking. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.