svn commit: r50273 - head/en_US.ISO8859-1/books/handbook/cutting-edge
Glen Barber
gjb at FreeBSD.org
Tue May 23 17:59:42 UTC 2017
Author: gjb
Date: Tue May 23 17:59:41 2017
New Revision: 50273
URL: https://svnweb.freebsd.org/changeset/doc/50273
Log:
Fix subversion paths for releng branches.
Sponsored by: The FreeBSD Foundation
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 Tue May 23 17:54:34 2017 (r50272)
+++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml Tue May 23 17:59:41 2017 (r50273)
@@ -1210,7 +1210,7 @@ Working Copy Root Path: /usr/src
<tbody>
<row>
<entry><literal><replaceable>X.Y</replaceable>-RELEASE</literal></entry>
- <entry><literal>base/releng/</literal><replaceable>X</replaceable></entry>
+ <entry><literal>base/releng/</literal><replaceable>X.Y</replaceable></entry>
<entry>The Release version plus only critical security
and bug fix patches. This branch is recommended
for most users.</entry>
@@ -1257,11 +1257,11 @@ Working Copy Root Path: /usr/src
<para>Based on
<xref linkend="updating-src-obtaining-src-repopath"/>, the
source used to update <literal>10.3-RELEASE</literal> has a
- repository path of <literal>base/releng/10</literal>. That
+ repository path of <literal>base/releng/10.3</literal>. That
path is used when checking out the source:</para>
<screen>&prompt.root; <userinput>mv /usr/src /usr/src.bak</userinput> <co xml:id="updating-src-obtaining-src-mv"/>
-&prompt.root; <userinput>svn checkout https://svn.freebsd.org/base/<replaceable>releng/10</replaceable> /usr/src</userinput> <co xml:id="updating-src-obtaining-src-checkout-cmd"/></screen>
+&prompt.root; <userinput>svn checkout https://svn.freebsd.org/base/<replaceable>releng/10.3</replaceable> /usr/src</userinput> <co xml:id="updating-src-obtaining-src-checkout-cmd"/></screen>
<calloutlist>
<callout arearefs="updating-src-obtaining-src-mv">
More information about the svn-doc-all
mailing list