Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 May 2005 11:13:33 -0700
From:      Julian Elischer <julian@elischer.org>
To:        John Hay <jhay@icomtek.csir.co.za>
Cc:        Denis Peplin <den@freebsd.org>
Subject:   Re: mergemaster improvement (auto-update for not modified files)
Message-ID:  <4277BF4D.3060507@elischer.org>
In-Reply-To: <20050503094438.GA44097@zibbi.icomtek.csir.co.za>
References:  <427743ED.6020200@FreeBSD.org> <20050503094438.GA44097@zibbi.icomtek.csir.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
John Hay wrote:
> On Tue, May 03, 2005 at 01:27:09PM +0400, Denis Peplin wrote:
> 
>>The mergemaster with this is test patch (attached)
>>can auto-update files that was not modified.
>>
>>It do this by compairing each file with it's CVS
>>copy. If file was not modified, it can be rewritten.
>>
>>This dramatically redices amount of files that require
>>admin's attention.
>>
>>There is one major problem here:
>>This can be done in single-user mode only if your
>>have local CVS repository, because if local CVS is
>>not exist, anoncvs is used.
>>
>>Possible solutions:
> 
> 
> What about mergemaster storing a copy of the original somewhere on disk
> for usage next time? Then the first run may still be slow, but following
> runs will be able to use it.
> 
> John

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..)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4277BF4D.3060507>