From owner-svn-doc-all@freebsd.org Mon Nov 2 03:17:29 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 90592A24A12; Mon, 2 Nov 2015 03:17:29 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6CE2011AC; Mon, 2 Nov 2015 03:17:29 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tA23HS8m037292; Mon, 2 Nov 2015 03:17:28 GMT (envelope-from gavin@FreeBSD.org) Received: (from gavin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tA23HSve037287; Mon, 2 Nov 2015 03:17:28 GMT (envelope-from gavin@FreeBSD.org) Message-Id: <201511020317.tA23HSve037287@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gavin set sender to gavin@FreeBSD.org using -f From: Gavin Atkinson Date: Mon, 2 Nov 2015 03:17:28 +0000 (UTC) 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 X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Nov 2015 03:17:29 -0000 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: - &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. 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. 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/doc The initial download of the documentation sources may take a while. Let it run until it completes. 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 - 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 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 +SVN_HOST=svn.FreeBSD.org