Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2013 18:36:51 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r41125 - in head/en_US.ISO8859-1/books/fdp-primer: overview the-website translations
Message-ID:  <201303071836.r27IapYG061887@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Thu Mar  7 18:36:50 2013
New Revision: 41125
URL: http://svnweb.freebsd.org/changeset/doc/41125

Log:
  Change all the references to svn:// to https:// in the fdp-primer.
  
  Add notes recommending the use a mirror where desired.
  
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml
  head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml
  head/en_US.ISO8859-1/books/fdp-primer/translations/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	Thu Mar  7 16:43:58 2013	(r41124)
+++ head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml	Thu Mar  7 18:36:50 2013	(r41125)
@@ -137,11 +137,11 @@
     <para>The documentation for the web site, &os; Handbook, and FAQ
       are available in the <literal>doc/</literal> Subversion
       repository, which is located at
-      <literal>svn://svn.FreeBSD.org/doc/</literal>.</para>
+      <literal>https://svn.FreeBSD.org/doc/</literal>.</para>;
 
     <para>Manual pages are available in the <literal>src/</literal>
       Subversion repository, which is available at
-      <literal>svn://svn.FreeBSD.org/base/</literal>.</para>
+      <literal>https://svn.FreeBSD.org/base/</literal>.</para>;
 
     <para>This means that the logs of changes to these
       files are visible to anyone, and anyone can use
@@ -205,13 +205,23 @@
 
 	<screen>&prompt.user; <userinput>mkdir -p head/share</userinput>
 &prompt.user; <userinput>mkdir -p head/en_US.ISO8859-1/share</userinput>
-&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head/share head/share</userinput>
-&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head/en_US.ISO8859-1/share head/en_US.ISO8859-1/share</userinput></screen>
+&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/share head/share</userinput>
+&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/en_US.ISO8859-1/share head/en_US.ISO8859-1/share</userinput></screen>
 
 	<para>If you have plenty of disk space then you could check
 	  out everything.</para>
 
-	<screen>&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head head</userinput></screen>
+	<screen>&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head head</userinput></screen>
+
+	<note>
+	  <para><ulink
+	    url="https://svn0.us-east.FreeBSD.org/">svn0.us-east.FreeBSD.org</ulink>;
+	  is a public <literal>SVN</literal> server.
+	  Select the closest mirror and verify the mirror server
+	  certificate from the list of <ulink
+	    url="&url.books.handbook;/svn-mirrors.html">Subversion
+	  mirror sites</ulink>.</para>
+	</note>
       </step>
 
       <step>
@@ -229,7 +239,7 @@
 	    <para>Check out the <filename>articles</filename>
 	      directory.</para>
 
-	    <screen>&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head/en_US.ISO8859-1/articles</userinput></screen>
+	    <screen>&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/en_US.ISO8859-1/articles</userinput></screen>;
 	  </step>
 
 	  <step>
@@ -248,7 +258,7 @@
 	  <filename>head/en_US.ISO8859-1/books/faq</filename> you
 	  would check it out of the repository like this.</para>
 
-	<screen>&prompt.user; <userinput>svn checkout svn://svn.FreeBSD.org/doc/head/en_US.ISO8859-1/books/faq</userinput></screen>
+	<screen>&prompt.user; <userinput>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/en_US.ISO8859-1/books/faq</userinput></screen>;
       </step>
 
       <step>

Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml	Thu Mar  7 16:43:58 2013	(r41124)
+++ head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml	Thu Mar  7 18:36:50 2013	(r41125)
@@ -68,7 +68,15 @@
       <para>To check out the full source files for the &os; website,
 	run:</para>
 
-      <screen>&prompt.root; <userinput><command>svn checkout svn://svn.FreeBSD.org/doc/head/ <replaceable>/usr/build</replaceable></command></userinput></screen>
+      <screen>&prompt.root; <userinput><command>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/ <replaceable>/usr/build</replaceable></command></userinput></screen>
+
+      <para><ulink
+	  url="https://svn0.us-east.FreeBSD.org/">svn0.us-east.FreeBSD.org</ulink>;
+	is a public <literal>SVN</literal> server.
+	Select the closest mirror and verify the mirror server
+	certificate from the list of <ulink
+	  url="&url.books.handbook;/svn-mirrors.html">Subversion
+	mirror sites</ulink>.</para>
 
       <tip>
 	<para>If <command>svn</command> is not run as

Modified: head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml	Thu Mar  7 16:43:58 2013	(r41124)
+++ head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml	Thu Mar  7 18:36:50 2013	(r41125)
@@ -137,7 +137,15 @@
 	  copy of the FreeBSD Subversion repository (at least the
 	  documentation part).  This can be done by running:</para>
 
-	<screen>&prompt.user; <userinput><command>svn</command> checkout svn://svn.FreeBSD.org/doc/head/ head</userinput></screen>
+	<screen>&prompt.user; <userinput><command>svn</command> checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/ head</userinput></screen>
+
+	<para><ulink
+	  url="https://svn0.us-east.FreeBSD.org/">svn0.us-east.FreeBSD.org</ulink>;
+	is a public <literal>SVN</literal> server.
+	Select the closest mirror and verify the mirror server
+	certificate from the list of <ulink
+	  url="&url.books.handbook;/svn-mirrors.html">Subversion
+	mirror sites</ulink>.</para>
 
 	<note>
 	  <para>This will require the <filename



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303071836.r27IapYG061887>