From owner-svn-doc-head@freebsd.org Fri Mar 8 18:48:05 2019 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F322C1525B5B; Fri, 8 Mar 2019 18:48:04 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9154A86525; Fri, 8 Mar 2019 18:48:04 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 846552F2EA; Fri, 8 Mar 2019 18:48:04 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x28Im4FD053320; Fri, 8 Mar 2019 18:48:04 GMT (envelope-from trhodes@FreeBSD.org) Received: (from trhodes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x28Im4Pa053319; Fri, 8 Mar 2019 18:48:04 GMT (envelope-from trhodes@FreeBSD.org) Message-Id: <201903081848.x28Im4Pa053319@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trhodes set sender to trhodes@FreeBSD.org using -f From: Tom Rhodes Date: Fri, 8 Mar 2019 18:48:04 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52849 - head/en_US.ISO8859-1/books/handbook/cutting-edge X-SVN-Group: doc-head X-SVN-Commit-Author: trhodes X-SVN-Commit-Paths: head/en_US.ISO8859-1/books/handbook/cutting-edge X-SVN-Commit-Revision: 52849 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9154A86525 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.945,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 08 Mar 2019 18:48:05 -0000 Author: trhodes Date: Fri Mar 8 18:48:04 2019 New Revision: 52849 URL: https://svnweb.freebsd.org/changeset/doc/52849 Log: Update cutting-edge chapter to cover svnlite in place of installing the svn package. PR: 230176 Reviewed by: bcr 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 Fri Mar 8 17:48:37 2019 (r52848) +++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Fri Mar 8 18:48:04 2019 (r52849) @@ -114,10 +114,10 @@ - Throughout this chapter, svn is used to - obtain and update &os; sources. To use it, first install the + Throughout this chapter, svnlite is used to + obtain and update &os; sources. Optionally, the devel/subversion port or - package. + package may be used. @@ -688,15 +688,14 @@ before running "/usr/sbin/freebsd-update install"Rebuilding the &os; documentation from source requires a collection of tools which are not part of the &os; base - system. The required tools, including - svn, can be installed from the + system. The required tools can be installed from the textproc/docproj package or port developed by the &os; Documentation Project. - Once installed, use svn to + Once installed, use svnlite to fetch a clean copy of the documentation source: - &prompt.root; svn checkout https://svn.FreeBSD.org/doc/head /usr/doc + &prompt.root; svnlite checkout https://svn.FreeBSD.org/doc/head /usr/doc The initial download of the documentation sources may take a while. Let it run until it completes. @@ -1031,7 +1030,7 @@ before running "/usr/sbin/freebsd-update install" Synchronize with the &os.current; sources. Typically, - svn is used to check out the + svnlite is used to check out the -CURRENT code from the head branch of one of the Subversion mirror sites listed in . @@ -1184,7 +1183,7 @@ before running "/usr/sbin/freebsd-update install" Update and Build - &prompt.root; svn update /usr/src + &prompt.root; svnlite update /usr/src check /usr/src/UPDATING &prompt.root; cd /usr/src &prompt.root; make -j4 buildworld @@ -1267,16 +1266,16 @@ before running "/usr/sbin/freebsd-update install"Subversion version control system. Verify that the source code is under version control: - &prompt.root; svn info /usr/src + &prompt.root; svnlite info /usr/src Path: /usr/src Working Copy Root Path: /usr/src ... This indicates that /usr/src/ is under version control and can be updated with - &man.svn.1;: + &man.svnlite.1;: - &prompt.root; svn update /usr/src + &prompt.root; svnlite update /usr/src The update process can take some time if the directory has not been updated recently. After it finishes, the source code @@ -1357,7 +1356,7 @@ Working Copy Root Path: /usr/src That path is used when checking out the source: &prompt.root; mv /usr/src /usr/src.bak -&prompt.root; svn checkout https://svn.freebsd.org/base/releng/10.3 /usr/src +&prompt.root; svnlite checkout https://svn.freebsd.org/base/releng/10.3 /usr/src