Fix subversion paths for releng branches.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-05-23 17:59:41 +00:00
parent e51fbc9582
commit 731521af5d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50273

View file

@ -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">