From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 16:58:22 2003 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 656DD16A4BF for ; Thu, 11 Sep 2003 16:58:22 -0700 (PDT) Received: from chomsky.sohotech.ca (ottawa-hs-64-26-169-251.s-ip.magma.ca [64.26.169.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id D944943FDD for ; Thu, 11 Sep 2003 16:58:19 -0700 (PDT) (envelope-from vmsmith@grokking.org) Received: from conrad.sohotech.ca (conrad.sohotech.ca [192.168.1.2]) by chomsky.sohotech.ca (8.12.9/8.12.9) with ESMTP id h8BNwGrt068751 for ; Thu, 11 Sep 2003 19:58:16 -0400 (EDT) (envelope-from vmsmith@grokking.org) Received: from mowat.sohotech.ca ([192.168.1.5]) by conrad.sohotech.ca with Microsoft SMTPSVC(5.0.2195.6713); Thu, 11 Sep 2003 19:58:15 -0400 Date: Thu, 11 Sep 2003 19:58:15 -0400 From: Val Smith To: freebsd-questions@freebsd.org Message-Id: <20030911195815.5f57ffae.vmsmith@grokking.org> In-Reply-To: <20030911222853.30998.qmail@web20106.mail.yahoo.com> References: <20030911222853.30998.qmail@web20106.mail.yahoo.com> X-Mailer: Sylpheed version 0.9.5 (GTK+ 1.2.10; i586-mandrake-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Sep 2003 23:58:15.0809 (UTC) FILETIME=[90FD7710:01C378C0] Subject: Re: cvsup syntax questions... and what's the difference between branch and release tags? 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: Thu, 11 Sep 2003 23:58:22 -0000 Why did you add the "_0_RELEASE" at the end of your src-all, ports-all and doc-all tags? FWIW this is what I use for 5.1 Release and never had any problems except I occasionally change the mirror name if the connection seems bad with one in particular: *default host=cvsup10.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_5_1 *default delete use-rel-suffix src-all *default tag=. ports-all doc-all. Good luck! VS On Thu, 11 Sep 2003 15:28:53 -0700 (PDT) Bsd Neophyte wrote: > can someone take a look at my cvsupfile and see if it's alright: > > ----------- > *default host=cvsup10.us.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_5_1 > *default delete use-rel-suffix > > src-all tag=RELENG_5_1_0_RELEASE > > # added manually... collection will be filtered through the refuse file > ports-all tag=RELENG_5_1_0_RELEASE > doc-all tag=RELENG_5_1_0_RELEASE > ------------- > > i have a few questions... i'm getting many errors. i'm getting "Network > tree failure: connection refused" is the main error that keeps reoccuring. > > i've also noticed that my ports/ and doc/ directories have vanished. > > finally, what are the differences between branch and release tags? > > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"