From owner-svn-doc-all@FreeBSD.ORG Thu Mar 7 13:21:14 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 974E2A7B; Thu, 7 Mar 2013 13:21:14 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7A54B961; Thu, 7 Mar 2013 13:21:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r27DLE4r065706; Thu, 7 Mar 2013 13:21:14 GMT (envelope-from gavin@svn.freebsd.org) Received: (from gavin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r27DLEsD065704; Thu, 7 Mar 2013 13:21:14 GMT (envelope-from gavin@svn.freebsd.org) Message-Id: <201303071321.r27DLEsD065704@svn.freebsd.org> From: Gavin Atkinson Date: Thu, 7 Mar 2013 13:21:14 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41120 - in head/en_US.ISO8859-1: articles/committers-guide books/porters-handbook 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.14 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: Thu, 07 Mar 2013 13:21:14 -0000 Author: gavin Date: Thu Mar 7 13:21:13 2013 New Revision: 41120 URL: http://svnweb.freebsd.org/changeset/doc/41120 Log: Swap example URLs containing svn://svn.freebsd.org for https://svn0.us-west.freebsd.org, and add a reference to the list of mirror sites. Discussed with: simon (months ago) Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Mar 7 13:17:28 2013 (r41119) +++ head/en_US.ISO8859-1/articles/committers-guide/article.xml Thu Mar 7 13:21:13 2013 (r41120) @@ -684,10 +684,14 @@ It is possible to anonymously check out the &os; repository with Subversion. This will give access to a read-only tree that can be updated, but not committed - to. To do this, use one of the following commands: + to. To do this, use the following command: - &prompt.user; svn co svn://svn.freebsd.org/base/head /usr/src -&prompt.user; svn co http://svn.freebsd.org/base/head /usr/src + &prompt.user; svn co https://svn0.us-west.FreeBSD.org/base/head /usr/src + + Select the closest mirror and verify the mirror server + certificate from the list of Subversion + mirror sites. Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Thu Mar 7 13:17:28 2013 (r41119) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Thu Mar 7 13:21:13 2013 (r41120) @@ -10648,7 +10648,7 @@ as .putsy.conf and edit it. &prompt.user; cd ~/my_wrkdir -&prompt.user; svn co svn://svn.FreeBSD.org/ports/head/dns/pdnsd +&prompt.user; svn co https://svn0.us-west.FreeBSD.org/ports/head/dns/pdnsd &prompt.user; cd ~/my_wrkdir/pdnsd @@ -10661,8 +10661,12 @@ as .putsy.conf and edit it. svn.FreeBSD.org - is a public SVN server. + url="https://svn0.us-west.FreeBSD.org/">svn0.us-west.FreeBSD.org + is a public SVN server. + Select the closest mirror and verify the mirror server + certificate from the list of Subversion + mirror sites.