Update svn checkout URL in FDP.

PR: 234018
Submitted by: dru
Reported by: bcr
Reviewed by: bcr
Approved by: bcr
Sponsored by: iXsystems
This commit is contained in:
Dru Lavigne 2018-12-14 18:42:45 +00:00
parent 34a7c41650
commit b97a508ead
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52690
3 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@
<filename>~/doc</filename> (see
<xref linkend="working-copy"/>).</para>
<screen>&prompt.user; <userinput>svn checkout https://svn.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
<screen>&prompt.user; <userinput>svn checkout https://repo.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
</step>
<step>

View file

@ -125,7 +125,7 @@
copy of the FreeBSD Subversion repository (at least the
documentation part). This can be done by running:</para>
<screen>&prompt.user; <userinput>svn checkout https://svn.FreeBSD.org/doc/head/ head</userinput></screen>
<screen>&prompt.user; <userinput>svn checkout https://repo.FreeBSD.org/doc/head/ head</userinput></screen>
<para><link
xlink:href="https://svn.FreeBSD.org/">svn.FreeBSD.org</link>

View file

@ -91,12 +91,12 @@
copy of the latest version (<literal>head</literal>) of
the main documentation tree:</para>
<screen>&prompt.user; <userinput>svn checkout https://svn.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
<screen>&prompt.user; <userinput>svn checkout https://repo.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
<para>A checkout of the source code to work on manual pages is
very similar:</para>
<screen>&prompt.user; <userinput>svn checkout https://svn.FreeBSD.org/base/head <replaceable>~/src</replaceable></userinput></screen>
<screen>&prompt.user; <userinput>svn checkout https://repo.FreeBSD.org/base/head <replaceable>~/src</replaceable></userinput></screen>
</sect1>
<sect1 xml:id="working-copy-updating">