Swap example URLs containing svn://svn.freebsd.org for
https://svn0.us-west.freebsd.org, and add a reference to the list of mirror sites. Discussed with: simon (months ago) Approved by: bcr (mentor)
This commit is contained in:
parent
4c3b0e7923
commit
e393167cf3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41120
2 changed files with 14 additions and 6 deletions
|
@ -684,10 +684,14 @@
|
||||||
<para>It is possible to anonymously check out the &os;
|
<para>It is possible to anonymously check out the &os;
|
||||||
repository with Subversion. This will give access to a
|
repository with Subversion. This will give access to a
|
||||||
read-only tree that can be updated, but not committed
|
read-only tree that can be updated, but not committed
|
||||||
to. To do this, use one of the following commands:</para>
|
to. To do this, use the following command:</para>
|
||||||
|
|
||||||
<screen>&prompt.user; <userinput>svn co svn://svn.freebsd.org/base/head /usr/src</userinput>
|
<screen>&prompt.user; <userinput>svn co <replaceable>https://svn0.us-west.FreeBSD.org</replaceable>/base/head /usr/src</userinput></screen>
|
||||||
&prompt.user; <userinput>svn co http://svn.freebsd.org/base/head /usr/src</userinput></screen>
|
|
||||||
|
<para>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>
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3>
|
<sect3>
|
||||||
|
|
|
@ -10648,7 +10648,7 @@ as .putsy.conf and edit it.</programlisting>
|
||||||
something.</para>
|
something.</para>
|
||||||
|
|
||||||
<screen>&prompt.user; <userinput>cd ~/my_wrkdir</userinput> <co id="my-wrkdir"/>
|
<screen>&prompt.user; <userinput>cd ~/my_wrkdir</userinput> <co id="my-wrkdir"/>
|
||||||
&prompt.user; <userinput>svn co svn://svn.FreeBSD.org/ports/head/dns/pdnsd</userinput> <co id="svn-FreeBSD-org"/>
|
&prompt.user; <userinput>svn co <replaceable>https://svn0.us-west.FreeBSD.org</replaceable>/ports/head/dns/pdnsd</userinput> <co id="svn-FreeBSD-org"/>
|
||||||
&prompt.user; <userinput>cd ~/my_wrkdir/pdnsd</userinput></screen>
|
&prompt.user; <userinput>cd ~/my_wrkdir/pdnsd</userinput></screen>
|
||||||
|
|
||||||
<calloutlist>
|
<calloutlist>
|
||||||
|
@ -10661,8 +10661,12 @@ as .putsy.conf and edit it.</programlisting>
|
||||||
|
|
||||||
<callout arearefs="svn-FreeBSD-org">
|
<callout arearefs="svn-FreeBSD-org">
|
||||||
<para><ulink
|
<para><ulink
|
||||||
url="http://svn.FreeBSD.org/">svn.FreeBSD.org</ulink>
|
url="https://svn0.us-west.FreeBSD.org/">svn0.us-west.FreeBSD.org</ulink>
|
||||||
is a public <literal>SVN</literal> server.</para>
|
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>
|
||||||
</callout>
|
</callout>
|
||||||
</calloutlist>
|
</calloutlist>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue