From owner-freebsd-current Thu Feb 27 16:34:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA27603 for current-outgoing; Thu, 27 Feb 1997 16:34:58 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id QAA27593 for ; Thu, 27 Feb 1997 16:34:41 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <16147(7)>; Thu, 27 Feb 1997 16:34:02 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177476>; Thu, 27 Feb 1997 16:33:49 -0800 To: Terry Lambert cc: nate@mt.sri.com (Nate Williams), freebsd-current@freebsd.org Subject: Re: anoncvs server In-reply-to: Your message of "Wed, 26 Feb 97 12:42:32 PST." <199702262042.NAA28653@phaeton.artisoft.com> Date: Thu, 27 Feb 1997 16:33:47 PST From: Bill Fenner Message-Id: <97Feb27.163349pst.177476@crevenia.parc.xerox.com> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Terry Lambert wrote: >I want a cvs repository that has a pre-imported "vendor branch" that >contains the FreeBSD code, and the entire modifcation history of >FreeBSD as modifications to the vendor branch. This would keep me >from losing the history, letting me mix and match what I want. 8-). I suspect this is eminently possible. Just take each RCS file and add "1.1" to the beginning of every version number reference in it. Shake, stir, and see what comes out. Bill