From owner-svn-doc-all@freebsd.org Wed Jul 22 21:57:36 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 C5C589A836E; Wed, 22 Jul 2015 21:57:36 +0000 (UTC) (envelope-from wblock@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 B06191FD1; Wed, 22 Jul 2015 21:57:36 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6MLvaGH064884; Wed, 22 Jul 2015 21:57:36 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6MLvZNC064881; Wed, 22 Jul 2015 21:57:35 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201507222157.t6MLvZNC064881@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Wed, 22 Jul 2015 21:57:35 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47050 - in head/en_US.ISO8859-1/books/fdp-primer: overview translations working-copy 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: Wed, 22 Jul 2015 21:57:37 -0000 Author: wblock Date: Wed Jul 22 21:57:34 2015 New Revision: 47050 URL: https://svnweb.freebsd.org/changeset/doc/47050 Log: Update for the new simplified geolocated and swizzlified Subversion repository. Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Wed Jul 22 18:47:55 2015 (r47049) +++ head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml Wed Jul 22 21:57:34 2015 (r47050) @@ -155,12 +155,12 @@ - Install a local working copy of the documentation from a - mirror of the &os; repository in + Install a local working copy of the documentation from + the &os; repository in ~/doc (see ). - &prompt.user; svn checkout https://svn0.us-west.FreeBSD.org/doc/head ~/doc + &prompt.user; svn checkout https://svn.FreeBSD.org/doc/head ~/doc Modified: head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml Wed Jul 22 18:47:55 2015 (r47049) +++ head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml Wed Jul 22 21:57:34 2015 (r47050) @@ -123,11 +123,11 @@ copy of the FreeBSD Subversion repository (at least the documentation part). This can be done by running: - &prompt.user; svn checkout https://svn0.us-east.FreeBSD.org/doc/head/ head + &prompt.user; svn checkout https://svn.FreeBSD.org/doc/head/ head - svn0.us-east.FreeBSD.org + svn.FreeBSD.org is a public SVN server. - Select the closest mirror and verify the mirror server + Verify the server certificate from the list of Subversion mirror sites. Modified: head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Wed Jul 22 18:47:55 2015 (r47049) +++ head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml Wed Jul 22 21:57:34 2015 (r47050) @@ -63,17 +63,6 @@ to the latest version, called head. - - Choosing a Mirror - - To increase speed and reduce download time, select a mirror - from the list of Subversion - mirror sites that is close to your location. - Substitute the chosen mirror URL for the - https://svn0.us-west.FreeBSD.org/ - used in these examples. - - Choosing a Directory @@ -98,7 +87,7 @@ copy of the latest version (head) of the main documentation tree: - &prompt.user; svn checkout https://svn0.us-west.FreeBSD.org/doc/head ~/doc + &prompt.user; svn checkout https://svn.FreeBSD.org/doc/head ~/doc A checkout of the source code to work on manual pages is very similar: