Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 May 2005 14:48:30 +0400
From:      Denis Peplin <den@FreeBSD.org>
To:        Julian Elischer <julian@elischer.org>
Cc:        hackers@freebsd.org
Subject:   Re: mergemaster improvement (auto-update for not modified files)
Message-ID:  <427B4B7E.5070801@FreeBSD.org>
In-Reply-To: <4277BF4D.3060507@elischer.org>
References:  <427743ED.6020200@FreeBSD.org> <20050503094438.GA44097@zibbi.icomtek.csir.co.za> <4277BF4D.3060507@elischer.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello!

Julian Elischer wrote:
> Mergemaster could keep checksums of known revisions.
> 
> it wouldn't take much to have just one file with the last 35 checksums
> of each file. (maybe with the $FreeBSD$ line removed if it differs..)

Just implemented both variants (but second is not by count)
1. Full checksum story for every file (~ 650k).
2. Separated by date checksums (year 2000 was taken for example).

New patch to mergemaster:
http://people.freebsd.org/~den/scripts/mergemaster/mergemaster-checksum.diff
Script to collect checksums:
http://people.freebsd.org/~den/scripts/mergemaster/etc_collect_checksums-splitted.sh

This script takes few hours to complete, but checksums list
available too.

Checksums, other links, TODO and full story here:
http://people.freebsd.org/~den/scripts/mergemaster/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?427B4B7E.5070801>