From owner-freebsd-questions@FreeBSD.ORG Fri Apr 22 23:02:18 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E427416A4CE for ; Fri, 22 Apr 2005 23:02:17 +0000 (GMT) Received: from wale.mainframe.ca (wale.mainframe.ca [209.17.131.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F92643D54 for ; Fri, 22 Apr 2005 23:02:17 +0000 (GMT) (envelope-from dmacpherson@mainframe.ca) Received: from jupiter.mainframe.ca ([10.0.0.12] helo=mail.mainframe.ca) by wale.mainframe.ca with esmtp (Exim 4.50 (FreeBSD)) id 1DP7A6-0009dF-U9; Fri, 22 Apr 2005 16:02:16 -0700 Received: from [172.16.139.102] (helo=Mandarin-04.mainframe.ca) by mail.mainframe.ca with esmtp (Exim 4.50 (FreeBSD)) id 1DP7A6-000JBV-Px; Fri, 22 Apr 2005 16:02:14 -0700 From: Derrick MacPherson To: Kent Stewart In-Reply-To: <200504221550.33904.kstewart@owt.com> References: <1114187244.7638.27.camel@Mandarin-04.mainframe.ca> <1114207689.5227.2.camel@Mandarin-04.mainframe.ca> <200504221550.33904.kstewart@owt.com> Content-Type: text/plain Organization: Mainframe Entertainment Inc Date: Fri, 22 Apr 2005 16:02:14 -0700 Message-Id: <1114210934.5227.4.camel@Mandarin-04.mainframe.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.0.2 (2.0.2-14) Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "wale.mainframe.ca", hasmessagelabel similar future email. If you have any questions, see the administrator of that system for details.wrote: > On Friday 22 April 2005 03:08 pm, Derrick MacPherson wrote: > > On havecvsup-mirror as the central cvs source for my other boxes, but when > > > I point them at the master cvs server I get this error: > > > > > > cvsup -h Unknown collection "src-all" > > > Skipping collection src-all/cvs > > >22 09:22:15 cvs cvsupd[24459]: +8 derrick@jupiter.mainframe.ca > > > [SNAP_16_1h/17.0] > > > Apr 22 09:22:15 cvs cvsupd[24459]: =8 Unknown collection "src-all" > > > Apr 22 09:22:16 cvs cvsupd[24459]: -8 [0Kin+0Kout] Finished > > > successfully > > > > > > I think i'ma correct answer. I've not changed configuration much > > > beyond the the right direction? > > > > > > cvs# uname -a > > > FreeBSD cvs.mainframe.ca 5.3-RELEASE FreeBSD 5.3-RELEASE #5 > > > > > > Also, if I'm to set up a cvs server for my 4.1X boxes, can i use > > > the whatsuggestions on this one? I'm heading off in a couple hours for > > vacation for a > > > > I have a mirror but all I had to do is replace the host in the cvsup > file with my local computer running cvsupd. [...] Content analysis details: (0.0 points, 5.0 required) pts rule name description -------------------------------------------------- cc: freebsd-questions@freebsd.org Subject: Re: cvsup-mirror and my other local servers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Apr 2005 23:02:18 -0000 On Fri, 2005-04-22 at 15:50 -0700, Kent Stewart wrote: > On Friday 22 April 2005 03:08 pm, Derrick MacPherson wrote: > > On Fri, 2005-04-22 at 09:27 -0700, Derrick MacPherson wrote: > > > I have about 8 freebsd boxes, I am using one with the ports > > > cvsup-mirror as the central cvs source for my other boxes, but when > > > I point them at the master cvs server I get this error: > > > > > > cvsup -h cvs stable-supfile > > > Connected to cvs > > > Server message: Unknown collection "src-all" > > > Skipping collection src-all/cvs > > > Finished successfully > > > > > > and in the server logs: > > > Apr 22 09:22:15 cvs cvsupd[24459]: +8 derrick@jupiter.mainframe.ca > > > [SNAP_16_1h/17.0] > > > Apr 22 09:22:15 cvs cvsupd[24459]: =8 Unknown collection "src-all" > > > Apr 22 09:22:16 cvs cvsupd[24459]: -8 [0Kin+0Kout] Finished > > > successfully > > > > > > I think i'm missing something quite small, but can't google what > > > looks like a correct answer. I've not changed configuration much > > > beyond the initial default installation config. Can someone point > > > me in the right direction? > > > > > > cvs# uname -a > > > FreeBSD cvs.mainframe.ca 5.3-RELEASE FreeBSD 5.3-RELEASE #5 > > > > > > Also, if I'm to set up a cvs server for my 4.1X boxes, can i use > > > the same server? if so how do I differentiate the 2 distros? And > > > what about ports, are they the same for 4.x and 5.x? > > > > Any suggestions on this one? I'm heading off in a couple hours for > > vacation for a week, and was hoping to have this working by the end > > of the day. > > > > I have a mirror but all I had to do is replace the host in the cvsup > file with my local computer running cvsupd. Thats what I did as well, using the /usr/share/examples/cvsup/ cvsup files that i've always used. Is that wrong?