From owner-freebsd-hackers@FreeBSD.ORG Fri May 13 08:41:10 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 764D616A4CE; Fri, 13 May 2005 08:41:10 +0000 (GMT) Received: from volginfo.ru (ns.volginfo.ru [217.23.84.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BA5643D5E; Fri, 13 May 2005 08:41:10 +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 7768C208D; Fri, 13 May 2005 12:41:11 +0400 (MSD) Received: from [192.168.1.32] (llp-13.vistcom.ru [217.23.84.68]) by volginfo.ru (Postfix) with ESMTP id 104C6208B; Fri, 13 May 2005 12:41:11 +0400 (MSD) Message-ID: <4284680E.1060008@FreeBSD.org> Date: Fri, 13 May 2005 12:40:46 +0400 From: Denis Peplin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Denis Peplin References: <427743ED.6020200@FreeBSD.org> In-Reply-To: <427743ED.6020200@FreeBSD.org> 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 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, 13 May 2005 08:41:10 -0000 Hello! > 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: There was some points that I missed: > 1. Pre-checkout files in pre-buildworld mode. pre-buildworld is executed in single-user mode too, so it is impossible to do pre-checkout in this mode. > 2. Setup CVSup collection for subset of required files > (is it possible?), and then keep this small collection > up-to-date locally. src-etc cvs collection already here.