From owner-svn-doc-head@freebsd.org Wed Jul 15 01:33:42 2015 Return-Path: Delivered-To: svn-doc-head@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 7945199CF13; Wed, 15 Jul 2015 01:33:42 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 431C119C9; Wed, 15 Jul 2015 01:33:42 +0000 (UTC) (envelope-from peter@FreeBSD.org) Received: from svnmir.geo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6F1Xfvk062448; Wed, 15 Jul 2015 01:33:41 GMT (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by svnmir.geo.freebsd.org (8.14.9/8.14.9/Submit) id t6F1Xf5L062447; Wed, 15 Jul 2015 01:33:41 GMT (envelope-from peter@FreeBSD.org) Message-Id: <201507150133.t6F1Xf5L062447@svnmir.geo.freebsd.org> X-Authentication-Warning: svnmir.geo.freebsd.org: peter set sender to peter@FreeBSD.org using -f From: Peter Wemm Date: Wed, 15 Jul 2015 01:33:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46986 - head/en_US.ISO8859-1/books/handbook/mirrors X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2015 01:33:42 -0000 Author: peter (src committer) Date: Wed Jul 15 01:33:41 2015 New Revision: 46986 URL: https://svnweb.freebsd.org/changeset/doc/46986 Log: Adjust some wording in the svn mirror area and remove some left-over references to the old deprecated mirror names. Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Tue Jul 14 23:44:36 2015 (r46985) +++ head/en_US.ISO8859-1/books/handbook/mirrors/chapter.xml Wed Jul 15 01:33:41 2015 (r46986) @@ -506,11 +506,9 @@ Comment out for now until these can be v ports for the Ports Collection, and doc for documentation. For example, the URL - svn://svn0.us-east.FreeBSD.org/ports/head/ - specifies the main branch of the ports repository on the - svn0.us-east.FreeBSD.org - mirror, using the svn protocol. + https://svn.FreeBSD.org/ports/head/ + specifies the main branch of the ports repository, + using the https protocol. A checkout from a given repository is performed with a command like this: @@ -570,7 +568,7 @@ Comment out for now until these can be v present but was not created by svn, remember to rename or delete it before the checkout. - &prompt.root; svn checkout https://svn0.us-west.FreeBSD.org/ports/head /usr/ports + &prompt.root; svn checkout https://svn.FreeBSD.org/ports/head /usr/ports Because the initial checkout has to download the full branch of the remote repository, it can take a while. Please @@ -612,13 +610,11 @@ Comment out for now until these can be v Mirror Sites - All mirrors carry all repositories. - - The master &os; Subversion - server, The &os; Subversion + repository, svn.FreeBSD.org, is - publicly accessible, and redirects to the closest official - mirror using GeoDNS. To view the &os; + a publicly accessible mirror network that uses GeoDNS to + select an appropriate back end server. To view the &os; Subversion repositories through a browser, use http://svnweb.FreeBSD.org/.