Date: Mon, 27 Feb 1995 18:00:37 -0700 From: Nate Williams <nate@trout.sri.MT.net> To: terry@cs.weber.edu (Terry Lambert) Cc: freebsd-hackers@FreeBSD.org Subject: Re: Binary compatibility with NetBSD Message-ID: <199502280100.SAA08167@trout.sri.MT.net> In-Reply-To: terry@cs.weber.edu (Terry Lambert) "Re: Binary compatibility with NetBSD" (Feb 27, 5:26pm)
next in thread | raw e-mail | index | archive | help
> > 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. Ahh, this assumes that you have read access to the RAW CVS tree. This is *NOT* the case with the NetBSD sources. I'm coming from the assumption which affects me. I *don't* have access to the raw NetBSD-CVS bits, and I doubt highly you would get access to them for the purpose of taking them for FreeBSD. Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502280100.SAA08167>