Checkout URL clarified by gjb. Recorrected.

Reported by: gjb
Sponsored by: iXsystems
This commit is contained in:
Dru Lavigne 2018-12-14 20:08:13 +00:00
parent fbde8e3965
commit 587bff776b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52692
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 http://repo.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
<screen>&prompt.user; <userinput>svn checkout https://svn.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 http://repo.FreeBSD.org/doc/head/ head</userinput></screen>
<screen>&prompt.user; <userinput>svn checkout https://svn.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 http://repo.FreeBSD.org/doc/head <replaceable>~/doc</replaceable></userinput></screen>
<screen>&prompt.user; <userinput>svn checkout https://svn.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 http://repo.FreeBSD.org/base/head <replaceable>~/src</replaceable></userinput></screen>
<screen>&prompt.user; <userinput>svn checkout https://svn.FreeBSD.org/base/head <replaceable>~/src</replaceable></userinput></screen>
</sect1>
<sect1 xml:id="working-copy-updating">