From owner-freebsd-questions@FreeBSD.ORG Tue Apr 1 05:43:50 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 8245B106568E for ; Tue, 1 Apr 2008 05:43:50 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 3E94A8FC22 for ; Tue, 1 Apr 2008 05:43:50 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so175083ywt.13 for ; Mon, 31 Mar 2008 22:43:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=hVAyaJB8RZAcsUkxJrjKG27js/0E/a/cNBz97vuVpeM=; b=Hd+jBjNm/A23jL20cDNrfUNXYWgS+Ama2vCrsDboI2CVf6tgd/2998kbzGkoGNuJfrRLNW4YabaUy7cbuM0xlPDUbUKaEC+W5D7lYpvCcS8ezMU3azKt+uwuY93KU3TY6aMpexTbhEoyjGIlRh2ChBgNO+NpOEalKoz2JIr+S/E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fDz0c64TXIQGA/9oPaWagYHemGrAHH+SrbEZaRY3RSpQ3ws0Ge06DpWohYFCpZNRZGTQhdM0qMGPJtreOE1KLnfQ43Tk8iFVO7HdZRFFzk/R6jMVDieCSXa3sfPOH75g04kdsWX7s/h7tGJEkDi9FzRgG8WuxNrakCVpXHRofQc= Received: by 10.151.42.12 with SMTP id u12mr3895342ybj.97.1207028629618; Mon, 31 Mar 2008 22:43:49 -0700 (PDT) Received: by 10.150.135.6 with HTTP; Mon, 31 Mar 2008 22:43:49 -0700 (PDT) Message-ID: <8cb6106e0803312243s807bf0apef4b74768fbe2b5a@mail.gmail.com> Date: Tue, 1 Apr 2008 01:43:49 -0400 From: "Josh Carroll" To: "CY Teng" In-Reply-To: <9b1e1c00803312126wcd0ddd0t3a7b65bbb5ca1efc@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9b1e1c00803312126wcd0ddd0t3a7b65bbb5ca1efc@mail.gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: which ports tag should i follow? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 05:43:50 -0000 On Tue, Apr 1, 2008 at 12:26 AM, CY Teng wrote: > Hi, > i'm a newbie to freebsd. after reading handbook, i chose 7.0-stable and > cvsup src-all, and now i don't know which ports tag to cvsup? > does ports cvs tree have RELENG_7 tag too, or i should follow tag "."? Generally, you want to use ".". The only time you'd use a specific tag is in rare cases where you're using an old (EOL'd) version of FreeBSD and want to point to a known-good snapshot of the ports tree for that branch. For example, RELEASE_4_EOL. So the short answer is, stick with "." as the tag. Regards, Josh