svn commit: r45048 - in head/en_US.ISO8859-1: articles/committers-guide articles/portbuild books/fdp-primer/docbook-markup books/fdp-primer/translations books/fdp-primer/working-copy books/porters-...

Christian Brueffer brueffer at FreeBSD.org
Fri Jun 13 10:26:44 UTC 2014


Author: brueffer
Date: Fri Jun 13 10:26:42 2014
New Revision: 45048
URL: http://svnweb.freebsd.org/changeset/doc/45048

Log:
  Fix links to the SVN mirror list.
  
  PR:		190962
  Submitted by:	Sergey V. Dyatko

Modified:
  head/en_US.ISO8859-1/articles/committers-guide/article.xml
  head/en_US.ISO8859-1/articles/portbuild/article.xml
  head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/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
  head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml

Modified: head/en_US.ISO8859-1/articles/committers-guide/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/committers-guide/article.xml	Thu Jun 12 18:15:59 2014	(r45047)
+++ head/en_US.ISO8859-1/articles/committers-guide/article.xml	Fri Jun 13 10:26:42 2014	(r45048)
@@ -854,7 +854,7 @@ You need a Passphrase to protect your se
 
 	<para>Select the closest mirror and verify the mirror server
 	  certificate from the list of <link
-	    xlink:href="&url.books.handbook;/svn-mirrors.html">Subversion
+	    xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion
 	    mirror sites</link>.</para>
       </sect3>
 

Modified: head/en_US.ISO8859-1/articles/portbuild/article.xml
==============================================================================
--- head/en_US.ISO8859-1/articles/portbuild/article.xml	Thu Jun 12 18:15:59 2014	(r45047)
+++ head/en_US.ISO8859-1/articles/portbuild/article.xml	Fri Jun 13 10:26:42 2014	(r45048)
@@ -2791,7 +2791,7 @@ sh -x ./tmp/mkportbuild
 	<step>
 	  <para>Select an <application>svn</application> repository
 	    and export it.  See the
-	    <link xlink:href="&url.books.handbook;/svn-mirrors.html">&os; Handbook</link>
+	    <link xlink:href="&url.books.handbook;/svn.html#svn-mirrors">&os; Handbook</link>
 	    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/fdp-primer/docbook-markup/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml	Thu Jun 12 18:15:59 2014	(r45047)
+++ head/en_US.ISO8859-1/books/fdp-primer/docbook-markup/chapter.xml	Fri Jun 13 10:26:42 2014	(r45048)
@@ -2620,7 +2620,7 @@ IMAGES=  chapter1/fig1.png
     xlink:href="&url.books.handbook;/svn.html#svn-intro"</tag>SVN
     introduction<tag class="endtag">link</tag>, then pick the nearest mirror from
   the list of <tag class="starttag">link
-    xlink:href="&url.books.handbook;/svn-mirrors.html"</tag>Subversion
+    xlink:href="&url.books.handbook;/svn.html#svn-mirrors"</tag>Subversion
     mirror sites<tag class="endtag">link</tag>.<tag class="endtag">para</tag></programlisting>
 
 	  <para>Appearance:</para>
@@ -2629,7 +2629,7 @@ IMAGES=  chapter1/fig1.png
 	      xlink:href="&url.books.handbook;/svn.html#svn-intro">SVN
 	      introduction</link>, then pick the nearest mirror from
 	    the list of <link
-	      xlink:href="&url.books.handbook;/svn-mirrors.html">Subversion
+	      xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion
 	      mirror sites</link>.</para>
 
 	  <para>Usage for article links:</para>

Modified: head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml	Thu Jun 12 18:15:59 2014	(r45047)
+++ head/en_US.ISO8859-1/books/fdp-primer/translations/chapter.xml	Fri Jun 13 10:26:42 2014	(r45048)
@@ -140,7 +140,7 @@
 	<para><link xlink:href="https://svn0.us-east.FreeBSD.org/">svn0.us-east.FreeBSD.org</link>
 	is a public <literal>SVN</literal> server.
 	Select the closest mirror and verify the mirror server
-	certificate from the list of <link xlink:href="&url.books.handbook;/svn-mirrors.html">Subversion
+	certificate from the list of <link xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion
 	mirror sites</link>.</para>
 
 	<note>

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	Thu Jun 12 18:15:59 2014	(r45047)
+++ head/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml	Fri Jun 13 10:26:42 2014	(r45048)
@@ -67,7 +67,7 @@
     <title>Choosing a Mirror</title>
 
     <para>To increase speed and reduce download time, select a mirror
-      from the list of <link xlink:href="&url.books.handbook;/svn-mirrors.html">Subversion
+      from the list of <link xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion
 	mirror sites</link> that is close to your location.
       Substitute the chosen mirror <acronym>URL</acronym> for the
       <replaceable>https://svn0.us-west.FreeBSD.org/</replaceable>

Modified: head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml	Thu Jun 12 18:15:59 2014	(r45047)
+++ head/en_US.ISO8859-1/books/porters-handbook/upgrading/chapter.xml	Fri Jun 13 10:26:42 2014	(r45048)
@@ -170,7 +170,7 @@
 	  is a public <application>Subversion</application> server.
 	  Select the closest mirror and verify the mirror server
 	  certificate from the list of <link
-	    xlink:href="&url.books.handbook;/svn-mirrors.html">Subversion
+	    xlink:href="&url.books.handbook;/svn.html#svn-mirrors">Subversion
 	    mirror sites</link>.</para>
       </callout>
     </calloutlist>


More information about the svn-doc-all mailing list