From owner-svn-doc-all@FreeBSD.ORG Sun Oct 7 20:33:02 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2C2E10656C0; Sun, 7 Oct 2012 20:33:02 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 44EFF8FC1C; Sun, 7 Oct 2012 20:33:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q97KX2vb065753; Sun, 7 Oct 2012 20:33:02 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q97KX2Z9065751; Sun, 7 Oct 2012 20:33:02 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201210072033.q97KX2Z9065751@svn.freebsd.org> From: Eitan Adler Date: Sun, 7 Oct 2012 20:33:02 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39695 - head/en_US.ISO8859-1/books/faq X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2012 20:33:02 -0000 Author: eadler (src,ports committer) Date: Sun Oct 7 20:33:01 2012 New Revision: 39695 URL: http://svn.freebsd.org/changeset/doc/39695 Log: Adapt a mailing list post of mine into an FAQ. And you all thought I could only remove FAQ questions! Approved by: bcr Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Sun Oct 7 20:32:58 2012 (r39694) +++ head/en_US.ISO8859-1/books/faq/book.xml Sun Oct 7 20:33:01 2012 (r39695) @@ -4215,6 +4215,35 @@ kern.timecounter.hardware: TSC -> i82 + + How do I download the Ports tree? Should I be using + SVN? + + + + Any of the methods listed here work: + + + + Use portsnap for most use cases. + + + Use SVN directly if you need custom patches + to the ports tree. + + + Use CTM if you prefer getting patches + by email (this is a rarer use case). + + + + Any other method should be considered a + legacy method. If you do not already use them, + do not start. + + + + How do I configure INN (Internet News) for my machine?