Date: Mon, 1 Dec 2014 19:56:50 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46040 - head/en_US.ISO8859-1/books/fdp-primer/overview Message-ID: <201412011956.sB1JuoWe024446@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412011956.sB1JuoWe024446>