Stop pointing people to region-specific svn0.X.FreeBSD.org and instead
point them to svn.FreeBSD.org which is distributed using GeoDNS.
This commit is contained in:
parent
e20cd37159
commit
2fd1b49a98
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47724
4 changed files with 9 additions and 17 deletions
|
|
@ -822,12 +822,11 @@ You need a Passphrase to protect your secret key.</screen>
|
|||
to the main repository. To do this, use the following
|
||||
command:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>svn co <replaceable>https://svn0.us-west.FreeBSD.org</replaceable>/base/head /usr/src</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>svn co https://svn.FreeBSD.org/base/head /usr/src</userinput></screen>
|
||||
|
||||
<para>Select the closest mirror and verify the mirror server
|
||||
certificate from the list of <link
|
||||
xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion
|
||||
mirror sites</link>.</para>
|
||||
<para>More details on using Subversion this way can be found in <link
|
||||
xlink:href="&url.books.handbook;/svn.html">Using
|
||||
Subversion</link>.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3 xml:id="svn-daily-use-updating-the-tree">
|
||||
|
|
|
|||
|
|
@ -695,12 +695,9 @@ before running "/usr/sbin/freebsd-update install"</screen>
|
|||
by the &os; Documentation Project.</para>
|
||||
|
||||
<para>Once installed, use <application>svn</application> to
|
||||
fetch a clean copy of the documentation source. Replace
|
||||
<replaceable>https://svn0.us-west.FreeBSD.org</replaceable>
|
||||
with the address of the closest geographic mirror from <xref
|
||||
linkend="svn-mirrors"/>:</para>
|
||||
fetch a clean copy of the documentation source:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>svn checkout <replaceable>https://svn0.us-west.FreeBSD.org</replaceable>/doc/head /usr/doc</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>svn checkout https://svn.FreeBSD.org/doc/head /usr/doc</userinput></screen>
|
||||
|
||||
<para>The initial download of the documentation sources may take
|
||||
a while. Let it run until it completes.</para>
|
||||
|
|
|
|||
|
|
@ -1024,13 +1024,9 @@ Deinstalling ca_root_nss-3.15.1_1... done</screen>
|
|||
</step>
|
||||
|
||||
<step>
|
||||
<para>Check out a copy of the ports tree. For better
|
||||
performance, replace
|
||||
<replaceable>svn0.us-east.FreeBSD.org</replaceable> with a
|
||||
<link linkend="svn-mirrors">Subversion
|
||||
mirror</link> close to your geographic location:</para>
|
||||
<para>Check out a copy of the ports tree:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>svn checkout https://<replaceable>svn0.us-east.FreeBSD.org</replaceable>/ports/head /usr/ports</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>svn checkout https://svn.FreeBSD.org/ports/head /usr/ports</userinput></screen>
|
||||
</step>
|
||||
|
||||
<step>
|
||||
|
|
|
|||
|
|
@ -312,7 +312,7 @@ BASEFS=/poudriere
|
|||
DISTFILES_CACHE=/usr/ports/distfiles
|
||||
RESOLV_CONF=/etc/resolv.conf
|
||||
FREEBSD_HOST=ftp://ftp.freebsd.org
|
||||
SVN_HOST=svn0.eu.FreeBSD.org</programlisting>
|
||||
SVN_HOST=svn.FreeBSD.org</programlisting>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue