From 4f85e401643bf2bb2d02fa809dfdd35ffa9f41fb Mon Sep 17 00:00:00 2001 From: Warren Block Date: Wed, 22 Jul 2015 21:57:34 +0000 Subject: [PATCH] Update for the new simplified geolocated and swizzlified Subversion repository. --- .../books/fdp-primer/overview/chapter.xml | 6 +++--- .../books/fdp-primer/translations/chapter.xml | 6 +++--- .../books/fdp-primer/working-copy/chapter.xml | 13 +------------ 3 files changed, 7 insertions(+), 18 deletions(-) diff --git a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml index 77f071c4f7..0deb064ee2 100644 --- a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml @@ -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 diff --git a/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml index 32631bd613..51f93618dc 100644 --- a/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml @@ -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. diff --git a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml index 386f962c5b..bd110c0d6a 100644 --- a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml @@ -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: