From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 14:59:28 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 086401065677 for ; Thu, 6 Nov 2008 14:59:28 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id D72958FC23 for ; Thu, 6 Nov 2008 14:59:27 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 30795 invoked from network); 6 Nov 2008 14:59:27 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Nov 2008 14:59:27 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id CEA055084F; Thu, 6 Nov 2008 09:59:25 -0500 (EST) To: "fire jotawski" References: From: Lowell Gilbert Date: Thu, 06 Nov 2008 09:59:25 -0500 In-Reply-To: (fire jotawski's message of "Wed\, 5 Nov 2008 15\:58\:33 +0700") Message-ID: <4463n0j3xu.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: cvsup: local X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2008 14:59:28 -0000 "fire jotawski" writes: > i have my small box, 10.3.1.25 ip, that cvsup-ed files from repository into > it. it use cvs-supfile in /usr/share/examples/cvsup/ to collect files. > now that i want my other machine to cvsup 6.2-release source files from the > one mentioned above. > > my trial was > > cvsupd -b /var/db -c sup > > for box, 10.3.1.25 ip, and for other machine > > cvsup -g -L 2 -h 10.3.1.25 sup-file > > what i got was 'Server message: Unknown collection "src-all" ' message. > and later on > > Running > Skipping collection src-all/cvs > Skipping collection doc-all/cvs > Shutting down connection to server > Finished successfully > > very strange indeed. > > any helps and hints in setting cvsup server would highly be appreciated. To run cvsupd, you need the whole cvs tree for the collections you're handling, not just the checked-out files. Assuming these machines are attached by a protected network, a better approach (easier, anyway) would probably be to cvsup the changes to just one machine, then NFS-mount that machine's ports tree from the other machine. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/