Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Nov 2015 03:17:28 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47724 - in head/en_US.ISO8859-1: articles/committers-guide books/handbook/cutting-edge books/handbook/ports books/porters-handbook/testing
Message-ID:  <201511020317.tA23HSve037287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Mon Nov  2 03:17:28 2015
New Revision: 47724
URL: https://svnweb.freebsd.org/changeset/doc/47724

Log:
  Stop pointing people to region-specific svn0.X.FreeBSD.org and instead
  point them to svn.FreeBSD.org which is distributed using GeoDNS.

Modified:
  head/en_US.ISO8859-1/articles/committers-guide/article.xml
  head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
  head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
  head/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml	Sun Nov  1 21:28:54 2015	(r47723)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml	Mon Nov  2 03:17:28 2015	(r47724)
@@ -822,12 +822,11 @@ You need a Passphrase to protect your se
 	  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">

Modified: head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Sun Nov  1 21:28:54 2015	(r47723)
+++ head/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml	Mon Nov  2 03:17:28 2015	(r47724)
@@ -695,12 +695,9 @@ before running "/usr/sbin/freebsd-update
 	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>

Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Sun Nov  1 21:28:54 2015	(r47723)
+++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Mon Nov  2 03:17:28 2015	(r47724)
@@ -1024,13 +1024,9 @@ Deinstalling ca_root_nss-3.15.1_1... don
       </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>

Modified: head/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml	Sun Nov  1 21:28:54 2015	(r47723)
+++ head/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml	Mon Nov  2 03:17:28 2015	(r47724)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511020317.tA23HSve037287>