Change all the references to svn:// to https:// in the fdp-primer.
Add notes recommending the use a mirror where desired. Approved by: bcr (mentor)
This commit is contained in:
parent
1108f47deb
commit
7b859aec6f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41125
3 changed files with 35 additions and 9 deletions
en_US.ISO8859-1/books/fdp-primer
|
@ -137,11 +137,11 @@
|
|||
<para>The documentation for the web site, &os; Handbook, and FAQ
|
||||
are available in the <literal>doc/</literal> Subversion
|
||||
repository, which is located at
|
||||
<literal>svn://svn.FreeBSD.org/doc/</literal>.</para>
|
||||
<literal>https://svn.FreeBSD.org/doc/</literal>.</para>
|
||||
|
||||
<para>Manual pages are available in the <literal>src/</literal>
|
||||
Subversion repository, which is available at
|
||||
<literal>svn://svn.FreeBSD.org/base/</literal>.</para>
|
||||
<literal>https://svn.FreeBSD.org/base/</literal>.</para>
|
||||
|
||||
<para>This means that the logs of changes to these
|
||||
files are visible to anyone, and anyone can use
|
||||
|
@ -205,13 +205,23 @@
|
|||
|
||||
<screen>&prompt.user; <userinput>mkdir -p head/share</userinput>
|
||||
&prompt.user; <userinput>mkdir -p head/en_US.ISO8859-1/share</userinput>
|
||||
&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head/share head/share</userinput>
|
||||
&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head/en_US.ISO8859-1/share head/en_US.ISO8859-1/share</userinput></screen>
|
||||
&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/share head/share</userinput>
|
||||
&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/en_US.ISO8859-1/share head/en_US.ISO8859-1/share</userinput></screen>
|
||||
|
||||
<para>If you have plenty of disk space then you could check
|
||||
out everything.</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head head</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head head</userinput></screen>
|
||||
|
||||
<note>
|
||||
<para><ulink
|
||||
url="https://svn0.us-east.FreeBSD.org/">svn0.us-east.FreeBSD.org</ulink>
|
||||
is a public <literal>SVN</literal> server.
|
||||
Select the closest mirror and verify the mirror server
|
||||
certificate from the list of <ulink
|
||||
url="&url.books.handbook;/svn-mirrors.html">Subversion
|
||||
mirror sites</ulink>.</para>
|
||||
</note>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
@ -229,7 +239,7 @@
|
|||
<para>Check out the <filename>articles</filename>
|
||||
directory.</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head/en_US.ISO8859-1/articles</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/en_US.ISO8859-1/articles</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
@ -248,7 +258,7 @@
|
|||
<filename>head/en_US.ISO8859-1/books/faq</filename> you
|
||||
would check it out of the repository like this.</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head/en_US.ISO8859-1/books/faq</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/en_US.ISO8859-1/books/faq</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
|
@ -68,7 +68,15 @@
|
|||
<para>To check out the full source files for the &os; website,
|
||||
run:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput><command>svn checkout svn://svn.FreeBSD.org/doc/head/ <replaceable>/usr/build</replaceable></command></userinput></screen>
|
||||
<screen>&prompt.root; <userinput><command>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/ <replaceable>/usr/build</replaceable></command></userinput></screen>
|
||||
|
||||
<para><ulink
|
||||
url="https://svn0.us-east.FreeBSD.org/">svn0.us-east.FreeBSD.org</ulink>
|
||||
is a public <literal>SVN</literal> server.
|
||||
Select the closest mirror and verify the mirror server
|
||||
certificate from the list of <ulink
|
||||
url="&url.books.handbook;/svn-mirrors.html">Subversion
|
||||
mirror sites</ulink>.</para>
|
||||
|
||||
<tip>
|
||||
<para>If <command>svn</command> is not run as
|
||||
|
|
|
@ -137,7 +137,15 @@
|
|||
copy of the FreeBSD Subversion repository (at least the
|
||||
documentation part). This can be done by running:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput><command>svn</command> checkout svn://svn.FreeBSD.org/doc/head/ head</userinput></screen>
|
||||
<screen>&prompt.user; <userinput><command>svn</command> checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/ head</userinput></screen>
|
||||
|
||||
<para><ulink
|
||||
url="https://svn0.us-east.FreeBSD.org/">svn0.us-east.FreeBSD.org</ulink>
|
||||
is a public <literal>SVN</literal> server.
|
||||
Select the closest mirror and verify the mirror server
|
||||
certificate from the list of <ulink
|
||||
url="&url.books.handbook;/svn-mirrors.html">Subversion
|
||||
mirror sites</ulink>.</para>
|
||||
|
||||
<note>
|
||||
<para>This will require the <filename
|
||||
|
|
Loading…
Reference in a new issue