From owner-freebsd-questions@FreeBSD.ORG Fri Apr 22 22:08:12 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 AF91516A4CE for ; Fri, 22 Apr 2005 22:08:12 +0000 (GMT) Received: from wale.mainframe.ca (wale.mainframe.ca [209.17.131.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40C5F43D4C for ; Fri, 22 Apr 2005 22:08:12 +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 1DP6Jm-0009Tz-C7 for freebsd-questions@freebsd.org; Fri, 22 Apr 2005 15:08:11 -0700 Received: from [172.16.139.102] (helo=Mandarin-04.mainframe.ca) by mail.mainframe.ca with esmtp (Exim 4.50 (FreeBSD)) id 1DP6Jm-000Ham-4g for freebsd-questions@freebsd.org; Fri, 22 Apr 2005 15:08:10 -0700 From: Derrick MacPherson To: freebsd-questions@freebsd.org In-Reply-To: <1114187244.7638.27.camel@Mandarin-04.mainframe.ca> References: <1114187244.7638.27.camel@Mandarin-04.mainframe.ca> Content-Type: text/plain Organization: Mainframe Entertainment Inc Date: Fri, 22 Apr 2005 15:08:09 -0700 Message-Id: <1114207689.5227.2.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.MacPherson wrote: > I have about 8 freebsd boxes, I am using one with the portsI 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? [...] Content analysis details: (0.0 points, 5.0 required) pts rule name description -------------------------------------------------- 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 22:08:12 -0000 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.