From owner-freebsd-current@FreeBSD.ORG Fri Feb 11 20:55:39 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 458A716A4CE for ; Fri, 11 Feb 2005 20:55:39 +0000 (GMT) Received: from mail.vicor-nb.com (bigwoop.vicor-nb.com [208.206.78.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BFE243D1D for ; Fri, 11 Feb 2005 20:55:39 +0000 (GMT) (envelope-from julian@elischer.org) Received: from elischer.org (julian.vicor-nb.com [208.206.78.97]) by mail.vicor-nb.com (Postfix) with ESMTP id ED56A7A403; Fri, 11 Feb 2005 12:55:38 -0800 (PST) Message-ID: <420D1BCA.6030203@elischer.org> Date: Fri, 11 Feb 2005 12:55:38 -0800 From: Julian Elischer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030516 X-Accept-Language: en, hu MIME-Version: 1.0 To: Fergus Cameron References: <200502061104.37960.reso3w83@verizon.net> <68a08ad2f9cff22dfa603b47311158cd@beforever.com> <20050209145329.GA27679@wirehub.nl> <20050209.082507.35867907.imp@bsdimp.com> <420AF652.7040308@mac.com> <20050210060344.GA54763@dan.emsphone.com> <420AFEC2.2080403@mac.com> <20050210143336.GE19631@hex.databits.net> <20050210220523.GD19534@eyore.cobbled.net> In-Reply-To: <20050210220523.GD19534@eyore.cobbled.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: The case for FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Feb 2005 20:55:39 -0000 Fergus Cameron wrote: >On 10.02-08:33, Will Andrews wrote: >[ ... ] > > >>Only in recent times have there been more than one or two anoncvs >>mirrors for FreeBSD. Quite frankly, anoncvs sucks the life out >>of the machines it's on. I encourage people to use cvsup to grab >>the repository and do cvs operations locally. Also, there's >>ports/net/cvsup-mirror which makes it a trivial task.. and it's >>been around for a long time. >> >> > >i'm pulling down a copy now via cvsup (just removed the tag >line so that part seems pretty simple) > >what i need some pointers on is how to integrate this into my >cvs server (which is running). it all seems OK to just put >the cvsup directly into the local cvs archive as a seperate >directory but since i'm unfamiliar with the details of CVSROOT >i'm worried that this 'dump' will fail or worse make a mess of >the rest of the repository. > >can someone confirm for me that simply adding a 'freebsd' >directory and running 'cvsup' into that directory will create >a working repo.? > I just mirror it into "our_local_CVS_base"/mirrored/freebsd when I check out from it I set my CVSROOT to "our_local_CVS_base"/mirrored/freebsd that way the $FreeBSD headers expand out correctly. of course I never check in to it.. > >