svn commit: r46040 - head/en_US.ISO8859-1/books/fdp-primer/overview

Jason Helfman jgh at FreeBSD.org
Mon Dec 1 19:56:50 UTC 2014


Author: jgh
Date: Mon Dec  1 19:56:49 2014
New Revision: 46040
URL: https://svnweb.freebsd.org/changeset/doc/46040

Log:
  - fix svn command and mention svnweb interface
  
  PR:		195295 (based on)
  Differential Revision:	https://reviews.freebsd.org/D1222
  Submitted by:	pt307 at cam.ac.uk
  Approved by:	wblock (mentor)

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/overview/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	Mon Dec  1 19:33:38 2014	(r46039)
+++ head/en_US.ISO8859-1/books/fdp-primer/overview/chapter.xml	Mon Dec  1 19:56:49 2014	(r46040)
@@ -123,6 +123,10 @@
       <command>svn log</command>.  Commit messages are also
       archived at <uri xlink:href="&a.svn-doc-all.url;">&a.svn-doc-all.url;</uri>.</para>
 
+    <para>Web frontends to both of these repositories are available at <link
+      xlink:href="https://svnweb.FreeBSD.org/doc/"></link> and <link
+        xlink:href="https://svnweb.FreeBSD.org/base/"></link>.</para>
+
     <para>Many people have written tutorials or how-to articles about
       &os;.  Some are stored as part of the <acronym>FDP</acronym>
       files.  In other cases, the author has decided to keep the
@@ -156,7 +160,7 @@
 	  <filename>~/doc</filename> (see
 	  <xref linkend="working-copy"/>).</para>
 
-	<screen>&prompt.user; <userinput>svn checkout https://<replaceable>svn.FreeBSD.org</replaceable>/doc/head <replaceable>~/doc</replaceable></userinput></screen>
+	<screen>&prompt.user; <userinput>svn checkout https://<replaceable>svn0.us-west.FreeBSD.org</replaceable>/doc/head <replaceable>~/doc</replaceable></userinput></screen>
       </step>
 
       <step>


More information about the svn-doc-all mailing list