Index: en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml +++ en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml @@ -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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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