From owner-freebsd-questions@FreeBSD.ORG Mon May 8 11:27:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BF1FF16A44A for ; Mon, 8 May 2006 11:27:45 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAE2543D66 for ; Mon, 8 May 2006 11:27:28 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k48BRC4B027346 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 8 May 2006 14:27:15 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k48BRNWR008337; Mon, 8 May 2006 14:27:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k48BRMhG008311; Mon, 8 May 2006 14:27:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 8 May 2006 14:27:22 +0300 From: Giorgos Keramidas To: Perttu Laine Message-ID: <20060508112722.GA4450@gothmog.pc> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.399, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.80, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: 7-CURRENT 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, 08 May 2006 11:27:46 -0000 On 2006-05-08 14:02, Perttu Laine wrote: > I have 7-CURRENT-SNAP009 on one testing computer and I'd like to update it > to latest 7 sources. So can it be done via cvsup or how can update sources > to latest? RELENG_7 seems to just delete everything with cvsup... There is no RELENG_7 tag (yet). You can change that to just a single dot character (`.'), and CVSup will pull the HEAD of the CVS branch for you (which is `CURRENT'). Note that CURRENT is not always buildable and not always stable enough for production use, though. Make sure you read and understand all the stuff explained here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html