From owner-freebsd-stable@FreeBSD.ORG Tue Sep 23 01:21:42 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D7A6916A4B3 for ; Tue, 23 Sep 2003 01:21:42 -0700 (PDT) Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 049FD43F85 for ; Tue, 23 Sep 2003 01:21:41 -0700 (PDT) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (thrush.ravenbrook.com [193.112.141.249]) h8N8LZc9098635; Tue, 23 Sep 2003 09:21:35 +0100 (BST) (envelope-from nb@ravenbrook.com) Received: from thrush.ravenbrook.com (localhost [127.0.0.1]) by thrush.ravenbrook.com (8.12.9/8.12.9) with ESMTP id h8N8LZeo016312; Tue, 23 Sep 2003 09:21:35 +0100 (BST) (envelope-from nb@thrush.ravenbrook.com) From: Nick Barnes To: Mike Porter , stable@freebsd.org In-Reply-To: Message from Peter Jeremy <20030923005837.GP91404@gsmx07.alcatel.com.au> Date: Tue, 23 Sep 2003 09:21:35 +0100 Message-ID: <16311.1064305295@thrush.ravenbrook.com> Sender: nb@ravenbrook.com Subject: Re: About mergemaster (Re: upgrading) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 08:21:43 -0000 At 2003-09-23 00:58:37+0000, Peter Jeremy writes: > The difficulty here is determing the 'unchanged from default' case. > MD5 checksums in an mtree database could give you a yes/no answer but > isn't extensible - once you start talking about comparing your current > file to the default, the next obvious request is the ability to do a > 3-way merge. IMHO, just detecting that a file has or hasn't changed > from the then default is of very little benefit without the ability to > do a 3-way merge of differences. Indeed. How hard would it be for mergemaster to keep a copy of the release tree off to one side (in /var/)? Then a subsequent mergemaster could offer 3-way merge. I keep changed config files in our corporate Perforce (SCM) repository, so can already do three-way merges. Nick Barnes