From owner-svn-doc-head@FreeBSD.ORG Wed Mar 6 18:03:02 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E1DF8CDA; Wed, 6 Mar 2013 18:03:01 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C6471BD6; Wed, 6 Mar 2013 18:03:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r26I31QY015684; Wed, 6 Mar 2013 18:03:01 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r26I31tU015683; Wed, 6 Mar 2013 18:03:01 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201303061803.r26I31tU015683@svn.freebsd.org> From: Gavin Atkinson Date: Wed, 6 Mar 2013 18:03:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41107 - head/en_US.ISO8859-1/books/handbook/introduction X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 18:03:02 -0000 Author: gavin Date: Wed Mar 6 18:03:01 2013 New Revision: 41107 URL: http://svnweb.freebsd.org/changeset/doc/41107 Log: Remove the suggestion that we export the src and ports trees to CVS still - it's only partially true for src and no longer true for ports. I initially reworded it to add the history here, but eventually settled on simply removing the paragraph entirely as the extra detail is no longer necessary, and certainly not necessary in what is supposed to be a brief introduction to FreeBSD. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/handbook/introduction/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/introduction/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/introduction/chapter.xml Wed Mar 6 16:13:11 2013 (r41106) +++ head/en_US.ISO8859-1/books/handbook/introduction/chapter.xml Wed Mar 6 18:03:01 2013 (r41107) @@ -818,7 +818,7 @@ - The SVN and CVS repositoriesThe SVN repositories @@ -862,35 +862,13 @@ Project and Ports Collection repositories also moved from CVS to SVN in May 2012 and July - 2012, respectively. - - While the src/ and - ports/ repositories now use - SVN, client side tools like - csup that depend on the older - CVS infrastructure, continue - to work normally — changes in the - SVN repository are backported - to CVS for this purpose. - Unlike src/ and - ports/, - the documentation SVN - repository is not backported to - CVS. - - The primary CVS - repository - resides on a machine in Santa Clara CA, USA - from where it is replicated to numerous mirror machines - throughout the world. The - SVN tree, which contains the - -CURRENT and -STABLE trees, can all be - easily replicated to your own machine as well. Please + 2012, respectively. Please refer to the Synchronizing your source tree section for more information on - doing this. + obtaining the &os; src/ repository + and Using the Ports + Collection for details on obtaining the &os; + Ports Collection.