diff --git a/en_US.ISO8859-1/articles/committers-guide/article.xml b/en_US.ISO8859-1/articles/committers-guide/article.xml
index ec2a8c072a..5e23d6ca56 100644
--- a/en_US.ISO8859-1/articles/committers-guide/article.xml
+++ b/en_US.ISO8859-1/articles/committers-guide/article.xml
@@ -822,12 +822,11 @@ You need a Passphrase to protect your secret key.
to the main repository. To do this, use the following
command:
- &prompt.user; svn co https://svn0.us-west.FreeBSD.org/base/head /usr/src
+ &prompt.user; svn co https://svn.FreeBSD.org/base/head /usr/src
- Select the closest mirror and verify the mirror server
- certificate from the list of Subversion
- mirror sites.
+ More details on using Subversion this way can be found in Using
+ Subversion.
diff --git a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
index b8e673c877..bad233f022 100644
--- a/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/cutting-edge/chapter.xml
@@ -695,12 +695,9 @@ before running "/usr/sbin/freebsd-update install"
by the &os; Documentation Project.
Once installed, use svn to
- fetch a clean copy of the documentation source. Replace
- https://svn0.us-west.FreeBSD.org
- with the address of the closest geographic mirror from :
+ fetch a clean copy of the documentation source:
- &prompt.root; svn checkout https://svn0.us-west.FreeBSD.org/doc/head /usr/doc
+ &prompt.root; svn checkout https://svn.FreeBSD.org/doc/head /usr/docThe initial download of the documentation sources may take
a while. Let it run until it completes.
diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.xml b/en_US.ISO8859-1/books/handbook/ports/chapter.xml
index 850db7870f..25e85f4f7d 100644
--- a/en_US.ISO8859-1/books/handbook/ports/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/ports/chapter.xml
@@ -1024,13 +1024,9 @@ Deinstalling ca_root_nss-3.15.1_1... done
- Check out a copy of the ports tree. For better
- performance, replace
- svn0.us-east.FreeBSD.org with a
- Subversion
- mirror close to your geographic location:
+ Check out a copy of the ports tree:
- &prompt.root; svn checkout https://svn0.us-east.FreeBSD.org/ports/head /usr/ports
+ &prompt.root; svn checkout https://svn.FreeBSD.org/ports/head /usr/ports
diff --git a/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml
index d7f6978da5..de3c53d481 100644
--- a/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/testing/chapter.xml
@@ -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
+SVN_HOST=svn.FreeBSD.org