From owner-freebsd-hackers@FreeBSD.ORG Fri May 6 14:46:06 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90B3D16A4D3; Fri, 6 May 2005 14:46:06 +0000 (GMT) Received: from volginfo.ru (ns.volginfo.ru [217.23.84.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 07FC043D31; Fri, 6 May 2005 14:46:06 +0000 (GMT) (envelope-from den@FreeBSD.org) Received: from volginfo.ru (localhost.volginfo.ru [127.0.0.1]) by volginfo.ru (Postfix) with ESMTP id 7243D2090; Fri, 6 May 2005 18:46:10 +0400 (MSD) Received: from [192.168.1.32] (llp-13.vistcom.ru [217.23.84.68]) by volginfo.ru (Postfix) with ESMTP id DA1F1208E; Fri, 6 May 2005 18:46:09 +0400 (MSD) Message-ID: <427B8317.2030606@FreeBSD.org> Date: Fri, 06 May 2005 18:45:43 +0400 From: Denis Peplin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel O'Connor References: <427743ED.6020200@FreeBSD.org> <200505062220.43840.doconnor@gsoft.com.au> <427B75C8.9060100@FreeBSD.org> <200505062338.45418.doconnor@gsoft.com.au> In-Reply-To: <200505062338.45418.doconnor@gsoft.com.au> X-Enigmail-Version: 0.90.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP cc: freebsd-hackers@FreeBSD.org cc: hackers@FreeBSD.org cc: Julian Elischer Subject: Re: mergemaster improvement (auto-update for not modified files) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2005 14:46:06 -0000 Hello! Daniel O'Connor wrote: > On Fri, 6 May 2005 23:18, Denis Peplin wrote: > >>But for not modified files etcmerge is too complicated. Updating >>for not modified files should be done in fully automated mode. > > > hmm, but for unmodified files etcmerge does nothing - you don't have to do > anything unless you want to edit the new files so it IS automated. > > Like I said before etcmerge's UI is not like mergemaster - it is much more > batch oriented. It is complicated for end-user to move from mergemaster to etcmerge (need to install new tool, read manual, perform some additional work...) > > >>And for comparision, this file >>http://people.freebsd.org/~den/scripts/mergemaster/sums-etc.list.gz >>is only 264 kB in size. Unlike etcmerge archives (from link in etcmerge >>manpage), it contain checksums, and checksums included for every >>revision, even if it was not included in official release. > > > You don't need to download anything to start using etcmerge, you can just use > the files from your last mergemaster. For etcmerge it is need to run mergemaster "one last time", or use etc archive for some release. So if mergemaster will be improved, it will be better for etcmerge :) > > >>I think that checksums database can be even committed into >>CVS and will not bloat it. Ideally, this way of updating should be >>available even for those users who have no access to internet >>(distribution recieved on CDROM, etc.) > > > 264k is a pretty large file to commit to the repo.. > Yes, I know. And don't sure that it is some need to commit this file. Anyway, this file is less that INDEX, and unlike INDEX, will not rapidly changed. Checksum database will grow slowly. P.S. I will be away till 10.05. Bye!