From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 19:58:49 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C0421065670 for ; Mon, 17 Nov 2008 19:58:49 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 0824B8FC18 for ; Mon, 17 Nov 2008 19:58:48 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 40811AFC1C6; Mon, 17 Nov 2008 10:58:48 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Mon, 17 Nov 2008 20:58:43 +0100 User-Agent: KMail/1.9.7 References: <20def4870811170749j70ba5ff7k8de4a64b72c6749f@mail.gmail.com> <44tza69r41.fsf@be-well.ilk.org> <20081117194820.GA36740@slackbox.xs4all.nl> In-Reply-To: <20081117194820.GA36740@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811172058.45008.fbsd.questions@rachie.is-a-geek.net> Cc: Roland Smith , Lowell Gilbert , Yony Yossef Subject: Re: cvsup first time - connection refused X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2008 19:58:49 -0000 On Monday 17 November 2008 20:48:20 Roland Smith wrote: > On Mon, Nov 17, 2008 at 12:53:02PM -0500, Lowell Gilbert wrote: > > Roland Smith writes: > > > On Mon, Nov 17, 2008 at 05:49:04PM +0200, Yony Yossef wrote: > > >> Hi, > > >> > > >> I'm running cvsup -g -L 2 cvs-supfile with all kinds of host names > > >> from this list: > > >> > > >> http://www.freebsd.org/doc/handbook/cvsup.html#HANDBOOK-MIRRORS-CHAPTE > > >>R-SGML-MIRRORS-IL-CVSUP > > >> > > >> I get a Connection refused error. > > >> > > >> Help.. > > > > > > First, you should run csup (which is now part of the base system) > > > instead of the cvsup port. > > > > That won't work at all with the standard cvs-supfile, which uses CVS > > mode. > > And what mode does csup use that is different? check-out only, for the moment. The csup author already has posted work on -hackers for repo-copy mode a few months back. The OP mentions cvs-supfile, which suggests /usr/share/examples/cvsup/cvs-supfile. This supfile repo copies the entire FreeBSD cvs repository. To get anything useful, it needs to be checked out again, using cvs. This is mainly used for mirroring and if you want to get different branches to a machine in one download, maintain local patches etc. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.