svn commit: r41120 - in head/en_US.ISO8859-1: articles/committers-guide books/porters-handbook

Gavin Atkinson gavin at FreeBSD.org
Thu Mar 7 13:21:14 UTC 2013


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 @@
 	<para>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:</para>
+	  to.  To do this, use the following command:</para>
 
-	<screen>&prompt.user; <userinput>svn co svn://svn.freebsd.org/base/head /usr/src</userinput>
-&prompt.user; <userinput>svn co http://svn.freebsd.org/base/head /usr/src</userinput></screen>
+	<screen>&prompt.user; <userinput>svn co <replaceable>https://svn0.us-west.FreeBSD.org</replaceable>/base/head /usr/src</userinput></screen>
+
+	<para>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>
       </sect3>
 
       <sect3>

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.</programlist
 	something.</para>
 
       <screen>&prompt.user; <userinput>cd ~/my_wrkdir</userinput> <co id="my-wrkdir"/>
-&prompt.user; <userinput>svn co svn://svn.FreeBSD.org/ports/head/dns/pdnsd</userinput> <co id="svn-FreeBSD-org"/>
+&prompt.user; <userinput>svn co <replaceable>https://svn0.us-west.FreeBSD.org</replaceable>/ports/head/dns/pdnsd</userinput> <co id="svn-FreeBSD-org"/>
 &prompt.user; <userinput>cd ~/my_wrkdir/pdnsd</userinput></screen>
 
       <calloutlist>
@@ -10661,8 +10661,12 @@ as .putsy.conf and edit it.</programlist
 
 	<callout arearefs="svn-FreeBSD-org">
 	  <para><ulink
-	      url="http://svn.FreeBSD.org/">svn.FreeBSD.org</ulink>
-	    is a public <literal>SVN</literal> server.</para>
+	      url="https://svn0.us-west.FreeBSD.org/">svn0.us-west.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>
 	</callout>
       </calloutlist>
 


More information about the svn-doc-all mailing list