From owner-svn-doc-head@FreeBSD.ORG Mon Dec 9 15:09:28 2013 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C91902F7; Mon, 9 Dec 2013 15:09:28 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B4EC211B5; Mon, 9 Dec 2013 15:09:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rB9F9Snp054340; Mon, 9 Dec 2013 15:09:28 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rB9F9Sjs054339; Mon, 9 Dec 2013 15:09:28 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201312091509.rB9F9Sjs054339@svn.freebsd.org> From: Ed Maste Date: Mon, 9 Dec 2013 15:09:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43313 - head/en_US.ISO8859-1/articles/committers-guide 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.17 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: Mon, 09 Dec 2013 15:09:28 -0000 Author: emaste (src committer) Date: Mon Dec 9 15:09:28 2013 New Revision: 43313 URL: http://svnweb.freebsd.org/changeset/doc/43313 Log: Remove reference to CVS from Subversion Primer opening paragraph The last of the three trees switched from CVS over a year ago, and detailed notes on the dates and revision numbers of the three switchovers appear later on. Reviewed by: gjb Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Mon Dec 9 10:53:48 2013 (r43312) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Mon Dec 9 15:09:28 2013 (r43313) @@ -267,11 +267,8 @@ Subversion Primer It is assumed that you are already familiar with the basic - operation of the version control systems in use. Traditionally - this was CVS. Subversion is used for the src - tree as of May 2008, the doc/www tree as of - May 2012 and the ports tree as of July - 2012. + operation of Subversion. If not, start by reading the + Subversion Book. There is a list of things missing in Subversion when compared to