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:
Gavin Atkinson 2015-11-02 03:17:28 +00:00
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

View file

@ -822,12 +822,11 @@ You need a Passphrase to protect your secret key.</screen>
to the main repository. To do this, use the following to the main repository. To do this, use the following
command:</para> 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 <para>More details on using Subversion this way can be found in <link
certificate from the list of <link xlink:href="&url.books.handbook;/svn.html">Using
xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion Subversion</link>.</para>
mirror sites</link>.</para>
</sect3> </sect3>
<sect3 xml:id="svn-daily-use-updating-the-tree"> <sect3 xml:id="svn-daily-use-updating-the-tree">

View file

@ -695,12 +695,9 @@ before running "/usr/sbin/freebsd-update install"</screen>
by the &os; Documentation Project.</para> by the &os; Documentation Project.</para>
<para>Once installed, use <application>svn</application> to <para>Once installed, use <application>svn</application> to
fetch a clean copy of the documentation source. Replace fetch a clean copy of the documentation source:</para>
<replaceable>https://svn0.us-west.FreeBSD.org</replaceable>
with the address of the closest geographic mirror from <xref
linkend="svn-mirrors"/>:</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 <para>The initial download of the documentation sources may take
a while. Let it run until it completes.</para> a while. Let it run until it completes.</para>

View file

@ -1024,13 +1024,9 @@ Deinstalling ca_root_nss-3.15.1_1... done</screen>
</step> </step>
<step> <step>
<para>Check out a copy of the ports tree. For better <para>Check out a copy of the ports tree:</para>
performance, replace
<replaceable>svn0.us-east.FreeBSD.org</replaceable> with a
<link linkend="svn-mirrors">Subversion
mirror</link> close to your geographic location:</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>
<step> <step>

View file

@ -312,7 +312,7 @@ BASEFS=/poudriere
DISTFILES_CACHE=/usr/ports/distfiles DISTFILES_CACHE=/usr/ports/distfiles
RESOLV_CONF=/etc/resolv.conf RESOLV_CONF=/etc/resolv.conf
FREEBSD_HOST=ftp://ftp.freebsd.org FREEBSD_HOST=ftp://ftp.freebsd.org
SVN_HOST=svn0.eu.FreeBSD.org</programlisting> SVN_HOST=svn.FreeBSD.org</programlisting>
<variablelist> <variablelist>
<varlistentry> <varlistentry>