From owner-svn-doc-all@FreeBSD.ORG Mon Jan 28 16:48:01 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 74888525; Mon, 28 Jan 2013 16:48:01 +0000 (UTC) (envelope-from wblock@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 663BCAE7; Mon, 28 Jan 2013 16:48:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0SGm1eW041342; Mon, 28 Jan 2013 16:48:01 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0SGm1L6041341; Mon, 28 Jan 2013 16:48:01 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201301281648.r0SGm1L6041341@svn.freebsd.org> From: Warren Block Date: Mon, 28 Jan 2013 16:48:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40788 - head/en_US.ISO8859-1/books/handbook/cutting-edge X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 28 Jan 2013 16:48:01 -0000 Author: wblock Date: Mon Jan 28 16:48:00 2013 New Revision: 40788 URL: http://svnweb.freebsd.org/changeset/doc/40788 Log: Whitespace-only fixes. Translators, please ignore. Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Mon Jan 28 16:40:40 2013 (r40787) +++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Mon Jan 28 16:48:00 2013 (r40788) @@ -636,7 +636,7 @@ before running "/usr/sbin/freebsd-update command may be used to automate this process. The following commands may be used to begin this process: - &prompt.root; portupgrade -f ruby + &prompt.root; portupgrade -f ruby &prompt.root; rm /var/db/pkg/pkgdb.db &prompt.root; portupgrade -f ruby18-bdb &prompt.root; rm /var/db/pkg/pkgdb.db /usr/ports/INDEX-*.db @@ -1505,17 +1505,16 @@ Fetching 133 new ports or files... done. - Use the svn program to - check out the desired development or release branch. - This is the recommended method, providing access to - &os; development as it occurs. Checkout the - -CURRENT code from the head - branch of one of the Subversion mirror - sites. - Because of the size of the repository, it is - recommended that only desired subtrees be checked - out. + Use the svn program + to check out the desired development or release + branch. This is the recommended method, providing + access to &os; development as it occurs. Checkout + the -CURRENT code from the head + branch of one of the + Subversion mirror + sites. Because of the size of the + repository, it is recommended that only desired + subtrees be checked out. @@ -1660,7 +1659,7 @@ Fetching 133 new ports or files... done. Join the relevant SVN list for the branch you are tracking. For example, if you are tracking the 9-STABLE branch, join the - &a.svn-src-stable-9.name; list. This will allow you to + &a.svn-src-stable-9.name; list. This will allow you to view the commit log entry for each change as it is made, along with any pertinent information on possible side-effects. @@ -1742,7 +1741,8 @@ Fetching 133 new ports or files... done. Essentially, if you need rapid on-demand access to the source and communications bandwidth is not a - consideration, use Subversion. Otherwise, use + consideration, use + Subversion. Otherwise, use CTM. @@ -1795,16 +1795,16 @@ Fetching 133 new ports or files... done. Subversion uses the - pull model of updating sources. - The user (or a cron script) invokes the + pull model of updating sources. The user + (or a cron script) invokes the svn program, and it brings files up-to-date. Subversion is the preferred means of - updating local source trees. - The updates you receive are up-to-the-minute and - you get them when, and only when, you want them. You can easily - restrict your updates to the specific files or directories that - are of interest to you. Updates are generated on the fly by the - server, according to what you have and what you want to have. + updating local source trees. The updates you receive are + up-to-the-minute and you get them when, and only when, you want + them. You can easily restrict your updates to the specific + files or directories that are of interest to you. Updates are + generated on the fly by the server, according to what you have + and what you want to have. CTM @@ -1821,17 +1821,17 @@ Fetching 133 new ports or files... done. &man.ctm.rmail.1; utility which will automatically decode, verify and apply the changes to the user's copy of the sources. This process is far more efficient than - Subversion, and places less strain on our - server resources since it is a push rather - than a pull model. + Subversion, and places less strain on + our server resources since it is a push + rather than a pull model. There are other trade-offs, of course. If you inadvertently wipe out portions of your archive, - Subversion will detect and rebuild the - damaged portions for you. CTM will - not do this, and if you wipe some portion of your source tree - out (and do not have it backed up) then you will have to start - from scratch (from the most recent CTM + Subversion will detect and rebuild + the damaged portions for you. CTM + will not do this, and if you wipe some portion of your source + tree out (and do not have it backed up) then you will have to + start from scratch (from the most recent CTM base delta) and rebuild it all with CTM. @@ -2727,7 +2727,7 @@ Script done, … This will build the necessary directory structure and install the files. A lot of the subdirectories that have been created under /var/tmp/root are - empty and should be deleted. The simplest way to do this is + empty and should be deleted. The simplest way to do this is to: &prompt.root; cd /var/tmp/root @@ -2890,8 +2890,8 @@ Script done, … There is no easy answer to this one, as it depends on the nature of the change. For example, if you just - ran Subversion, and it has shown - the following files as being updated: + ran Subversion, and it has + shown the following files as being updated: src/games/cribbage/instr.c src/games/sail/pl_main.c