svn commit: r41119 - in head/en_US.ISO8859-1: articles/portbuild books/handbook/ports

Gavin Atkinson gavin at FreeBSD.org
Thu Mar 7 13:17:29 UTC 2013


Author: gavin
Date: Thu Mar  7 13:17:28 2013
New Revision: 41119
URL: http://svnweb.freebsd.org/changeset/doc/41119

Log:
  Catch up with the rename of the SVN mirrors page in the handbook, fixing
  two 404 links.  Change svn:// links to https:// in the ports handbook
  chapter.
  
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/articles/portbuild/article.xml
  head/en_US.ISO8859-1/books/handbook/ports/chapter.xml

Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml	Thu Mar  7 12:08:38 2013	(r41118)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Thu Mar  7 13:17:28 2013	(r41119)
@@ -2735,7 +2735,7 @@ sh -x ./tmp/mkportbuild
 	<step>
 	  <para>Select an <application>svn</application> repository
 	    and export it.  See the
-	    <ulink url="&url.books.handbook;/mirrors-svn.html">&os; Handbook</ulink>
+	    <ulink url="&url.books.handbook;/svn-mirrors.html">&os; Handbook</ulink>
 	    for the currently supported list.</para>
 
 	  <screen>&prompt.root; export VCS_REPOSITORY=<replaceable>svn://svn0.us-east.FreeBSD.org</replaceable></screen>

Modified: head/en_US.ISO8859-1/books/handbook/ports/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Thu Mar  7 12:08:38 2013	(r41118)
+++ head/en_US.ISO8859-1/books/handbook/ports/chapter.xml	Thu Mar  7 13:17:28 2013	(r41119)
@@ -1068,16 +1068,16 @@ Deinstalling ca_root_nss-3.13.5... done<
 	<step>
 	  <para>Check out a copy of the ports tree.  Use a specific
 	    <ulink
-	      url="&url.books.handbook;/mirrors-svn.html">Subversion
+	      url="&url.books.handbook;/svn-mirrors.html">Subversion
 	      mirror</ulink> close to your geographic location instead
-	    of <replaceable>svn.FreeBSD.org</replaceable> in the
+	    of <replaceable>svn0.us-east.FreeBSD.org</replaceable> in the
 	    command below for better performance.  Committers should
 	    read the <ulink
 	      url="&url.articles.committers-guide;/subversion-primer.html">Subversion
 	      Primer</ulink> first to be sure the correct protocol is
 	    chosen.</para>
 
-	  <screen>&prompt.root; <userinput>svn checkout svn://<replaceable>svn.FreeBSD.org</replaceable>/ports/head /usr/ports</userinput></screen>
+	  <screen>&prompt.root; <userinput>svn checkout https://<replaceable>svn0.us-east.FreeBSD.org</replaceable>/ports/head /usr/ports</userinput></screen>
 	</step>
 
 	<step>


More information about the svn-doc-all mailing list